Code

Fixed listing of failed processes
[nagiosplug.git] / plugins / check_procs.c
2003-11-28 Ton VoonFixed listing of failed processes
2003-09-16 Ton VoonSupport for AIX ps command and cleanup of configure...
2003-09-02 Ton VoonSolaris requires asprintf checks for null variables
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-07 Karl DeBisschopmarkup for translation
2003-07-03 Ton VoonFixed seg fault on some Sol 7/8 servers (Patch 764745...
2003-04-11 Ton VoonMatch -a STRING anywhere in ps args (Laurent Vaslin...
2003-04-07 Ton VoonFixed zombie processes
2003-04-07 Ton VoonSouped up check_procs with different metrics
2003-03-26 Ton VoonRemoval of ps_raw and ps_vars
2003-03-24 Ton VoonUse max_state
2003-03-11 Ton VoonRemove getopt_long checks
2003-01-31 Ton VoonFix for zombie processes on Solaris (Bug 677803 - Matth...
2003-01-30 Ton VoonFixed progname
2003-01-29 Ton VoonFixed NULL status in Solaris (644783 - Fabian Pehla)
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-22 Karl DeBisschopadd a few comments, trap a few place where a NULL strin...
2002-11-08 Karl DeBisschopremove unused variables
2002-10-22 Karl DeBisschopremove call_getopt, replace ssprintf with asprintf
2002-06-19 Subhendu Ghoshfixes for using POSIX return codes
2002-02-28 Ethan GalstadInitial revision