Log Message: |
New version of check_glexec, now in perl instead of sh, old version renamed
intocheck_glexec.sh.
- It can now properly work with a timeout and a critical time: a SIGTERM is sent
after critical, while a SIGKILL is sent after timeout (it's the probe overall
timeout).
- payload can be relative in which case path is used (default: id -a)
- also has sighandlers for SIGINT and SIGTERM which try to printout useful
status output. Useful if the probe is killed by the batch system.
- nagios status is first line of output, log stack follows.
|