monitoring-plugins/plugins-root
abrist c097642e52 Fix for unclosed filehandle in pst3 on Solaris
On Solaris, check_procs uses pst3 instead of /bin/ps (see
http://monitoring-plugins.org/doc/faq/ps-on-solaris.html for background). There's
a small bug in pst3 which causes it to NOT report some processes that are at
the end of the process table, at least on very busy systems (we noticed this
on a CoolThreads T5240 with load averages up to 90).

The bug is that a filehandle is not properly closed.

Thanks to jwinkle01 for finding and patching the bug.

(Closes #1203)
2015-10-13 11:39:17 +02:00
..
t check_dhcp: fix tests interface detection 2013-09-17 13:13:26 +02:00
check_dhcp.c check_dhcp: Fix option parsing 2015-10-02 12:18:13 +02:00
check_icmp.c check_icmp/check_dhcp: disable check, if we are root 2014-07-06 13:29:24 +02:00
Makefile.am Project rename initial commit. 2014-01-19 14:18:47 -05:00
pst3.c Fix for unclosed filehandle in pst3 on Solaris 2015-10-13 11:39:17 +02:00