| changeset 4 | 2a58b068a13c |
| child 5 | 572c5066aa57 |
| 3:86721b328bbb | 4:2a58b068a13c |
|---|---|
1 # daemontools/djb related checks |
|
2 |
|
3 # Status of ipcserver (number of running instances) |
|
4 # See ucspi-ipc package: http://www.superscript.com/ucspi-ipc/index.html |
|
5 # Monitors logfile entries (not via logfile monitoring in zabbix) |
|
6 # Usage: ipcserver.stattus[/var/log/service-abc] |
|
7 UserParameter=ipcserver.status[*],tail $1/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 |
|
8 |