| author | "Tomas Zeman <tzeman@volny.cz>" |
| Wed, 14 Jul 2010 08:34:47 +0200 | |
| changeset 4 | 2a58b068a13c |
| child 5 | 572c5066aa57 |
| permissions | -rw-r--r-- |
| 4 | 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 |