Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 43
Line 3... Line 3...
3
# zarafa-monitor Zarafa Collaboration Platform's Quota Monitor
3
# zarafa-monitor Zarafa Collaboration Platform's Quota Monitor
4
#
4
#
5
# chkconfig: 345 86 24
5
# chkconfig: 345 86 24
6
# description: The Zarafa Quota Monitor watches the store sizes \
6
# description: The Zarafa Quota Monitor watches the store sizes \
7
#              of users, and sends warning emails when limits are exceeded.
7
#              of users, and sends warning emails when limits are exceeded.
8
# processname: /usr/bin/zarafa-monitor
8
# processname: /usr/sbin/zarafa-monitor
9
# config: /etc/zarafa/monitor.cfg
9
# config: /etc/zarafa/monitor.cfg
10
# pidfile: /var/run/zarafa-monitor.pid
10
# pidfile: /var/run/zarafa-monitor.pid
11
 
11
 
12
### BEGIN INIT INFO
12
### BEGIN INIT INFO
13
# Provides: zarafa-monitor
13
# Provides: zarafa-monitor
Line 19... Line 19...
19
# Description: The Zarafa Quota Monitor watches the store sizes
19
# Description: The Zarafa Quota Monitor watches the store sizes
20
#              of users, and sends warning emails when limits are exceeded.
20
#              of users, and sends warning emails when limits are exceeded.
21
### END INIT INFO
21
### END INIT INFO
22
 
22
 
23
MONITORCONFIG=/etc/zarafa/monitor.cfg
23
MONITORCONFIG=/etc/zarafa/monitor.cfg
24
MONITORPROGRAM=/usr/bin/zarafa-monitor
24
MONITORPROGRAM=/usr/sbin/zarafa-monitor
25
 
25
 
26
# Sanity checks.
26
# Sanity checks.
27
[ -x $MONITORPROGRAM ] || exit 0
27
[ -x $MONITORPROGRAM ] || exit 0
28
 
28
 
29
MONITORCONFIG_OPT=""
29
MONITORCONFIG_OPT=""