equal
deleted
inserted
replaced
1 # daemontools/djb related checks |
1 # daemontools/djb related checks |
2 |
2 |
3 # Status of ipcserver (number of running instances) |
3 # Status of ipcserver (number of running instances) |
4 # See ucspi-ipc package: http://www.superscript.com/ucspi-ipc/index.html |
4 # See ucspi-ipc package: http://www.superscript.com/ucspi-ipc/index.html |
5 # Monitors logfile entries (not via logfile monitoring in zabbix) |
5 # Monitors logfile entries (not via logfile monitoring in zabbix) |
6 # Usage: ipcserver.stattus[/var/log/service-abc] |
6 # Usage: ipcserver.status[/var/log/service-abc] |
7 UserParameter=ipcserver.status[*],tail $1/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 |
7 UserParameter=ipcserver.status[*],tail $1/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 |
8 |
8 UserParameter=tcpsvd.status[*],tail $1/current|grep 'info: status'|tail -1|cut -d' ' -f 5|cut -d/ -f1 |
|
9 UserParameter=tcpserver.status[*],tail $1/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 |
|
10 UserParameter=sslserver.status[*],tail $1/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 |
|
11 UserParameter=qmail.status.local,tail /var/log/qmail/send/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 |
|
12 UserParameter=qmail.status.remote,tail /var/log/qmail/send/current |grep 'status:'|tail -1|cut -d' ' -f 6|cut -d/ -f1 |