File: templates

package info (click to toggle)
couriergraph 0.25-4.5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 621; sh: 144; makefile: 53
file content (22 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Template: couriergraph/start_on_boot
Type: boolean
Default: true
_Description: Should CourierGraph start on boot?
 Couriergraph can start on boot time as a daemon. Then it will monitor
 your mail logfile for changes. This is recommended.
 .
 The other method is to call couriergraph.pl by hand with the -l parameter.

Template: couriergraph/logfile
Type: string
Default: /var/log/mail.log
_Description: Logfile to be used by couriergraph:
 Enter the logfile which should be used to create the databases for
 couriergraph. If unsure, leave default.

Template: couriergraph/stay_on_purge
Type: boolean
Default: true
_Description: Remove RRD files on purge?
 Couriergraph keeps its database files under /var/lib/couriergraph. State
 whether this directory should be removed completely on purge or not.