diff -r 86721b328bbb -r 2a58b068a13c conf/daemontools.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/daemontools.conf Wed Jul 14 08:34:47 2010 +0200 @@ -0,0 +1,8 @@ +# daemontools/djb related checks + +# Status of ipcserver (number of running instances) +# See ucspi-ipc package: http://www.superscript.com/ucspi-ipc/index.html +# Monitors logfile entries (not via logfile monitoring in zabbix) +# Usage: ipcserver.stattus[/var/log/service-abc] +UserParameter=ipcserver.status[*],tail $1/current |grep 'status:'|tail -1|cut -d' ' -f 4|cut -d/ -f1 +