Random Project

useful, with a tiny bug

when called by nrpe, the script may find it’s own name in the process list, and therefore fail. Probably the shell variable $$ delivers the wrong pid in this context.

Solution: add
grep -v check_sa-update

to the filter chain.