# HG changeset patch # User "Tomas Zeman " # Date 1279089287 -7200 # Node ID 2a58b068a13c62217ee66cb3b0f5cf500be282c0 # Parent 86721b328bbb13c4adf79d6f0f4583b3fdc34c76 Added daemontools.conf 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 +