File: templates

package info (click to toggle)
durep 0.9-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 416 kB
  • sloc: perl: 2,060; sh: 101; makefile: 23
file content (43 lines) | stat: -rw-r--r-- 1,789 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Template: durep/httpfileroot
Type: string
Default:
_Description: HTTP directory for supplementary files:
 If this package shall provide disk usage information through a HTTP
 CGI-service, it needs a public web directory containing additional files like
 style sheet and images. This directory should be visible as '/durep' on the
 web site where the durep.cgi page is located.
 .
 Due to FHS policy these files are not automatically installed to system
 directories. To make them accessible, they can either be copied into a
 location inside the HTTP root directory, or the web server needs to be
 configured accordingly.
 .
 To configure the Apache webserver (for example), the following directive
 creates the needed directory alias:
 .
       Alias /durep /usr/share/durep/www
 .
 To install supplementary files into another root directory please specify its
 path here. The directory must already exist. A typical answer would be
 '/var/www'. The subdirectory '/durep' with files will be created
 automatically, the files will be installed from '/usr/share/durep/www' unless
 they already exist.

Template: durep/makereports
Type: boolean
Default: false
_Description: Do you want to enable daily report generation?
 If you wish, a daily script will create disk usage statistics of chosen
 filesystems. They will be kept for seven days.
 .
 WARNING: with the default configuration, the statistics are stored in the
 public httpd directory, /var/www/durep. This may breach the privacy of the
 users.

Template: durep/filesystems
Type: string
Default: .
_Description: List of filesystems for durep reports:
 To specify single filesystems to report on, enter their mount points
 separated by spaces (eg. "/data /var"). A single dot (".") means scanning
 of the whole UNIX filesystem tree.