{5} Assigned, Active Tickets by Owner (Full Description) (1 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

pwh

Ticket Summary Component Milestone Type Created
Description
#1 pid file for snmp_proxy.pl codebase None enhancement 05/02/08

It would be useful if snmp_proxy.pl would daemonize itself and write a pidfile to a configurable location, and also if a SysV init script were provided. This would make it easier for monit to monitor, start and stop the daemon.

At the moment, you have to work around it something like this:

 start="/bin/bash -c 'echo $$ > pidfile; exec snmp_proxy.pl'"
 stop="/bin/bash -c 'kill -s SIGTERM `cat pidfile`'"

Note: See TracReports for help on using and creating reports.