Logoj0ke.net Open Build Service > Projects > server:monitoring > OpenVISP > ovs.sysconfig
Sign Up | Log In

File ovs.sysconfig of Package OpenVISP

x
 
1
## Path:        Network/Mail/ovs
2
## Description: Basic configuration of the OpenVISP statistic grapher
3
## Type:        string
4
## Default:     "-d -v"
5
## Config:      ovs
6
#
7
##  -h, --help         display this help and exit
8
##  -v, --verbose      be verbose about what you do
9
##  -V, --version      output version information and exit
10
##  -c, --cat          causes the logfile to be only read and not monitored
11
##  -l, --logfile f    monitor logfile f instead of /var/log/mail
12
##  -y, --year         starting year of the log file (default: current year)
13
##      --host=HOST    use only entries for HOST (regexp) in syslog
14
##  -d, --daemon       start in the background
15
##  --daemon-pid=FILE  write PID to FILE instead of /var/run/ovs.pid
16
##  --daemon-rrd=DIR   write RRDs to DIR instead of /var/lib/ovs
17
##  --daemon-log=FILE  write verbose-log to FILE instead of /var/log/ovs/ovs.log
18
##  --ignore-localhost ignore mail to/from localhost (used for virus scanner)\n";
19
#
20
OVS_OPTS=""
21
22
## Type:        string
23
## Default:     "/var/run/ovs.pid"
24
## Config:      daemon-pid
25
OVS_PID=""
26
27
## Type:        string
28
## Default:     "/var/log/"
29
## Config:      daemon-rrd
30
OVS_RRD="/var/lib/ovs"
31
32
## Type:        string
33
## Default:     "/var/log/ovs.log"
34
## Config:      daemon-log
35
OVS_LOG="/var/log/ovs/ovs.log"
36
37
## Type:        string
38
## Default:     "/var/log/syslog"
39
## Config:      -l, --logfile f
40
OVS_LOG_FILE="/var/log/mail"
41