6.5. Signalhandling

Currently the following signals are used with alert and drop:

SIGINT

Cancels the program, the socket and PID file are removed and the program exits. The program drop prints all buffered alerts, either via stdout or syslog, see option -l or keyword Syslog, before it exits.

SIGTERM

This signal results in the same behaviour as SIGINT.

SIGHUP[3]

If this signal is received the unix domain socket will be closed, the socket and PID file removed and thre porgram gets restarted. The program drop prints first all buffered alerts.

SIGALRM

This signal is used to print statistics on a periodically basis. If this signal is send to the master process it is forwarded to all child processes.