Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[nagiosplug.git] / plugins / check_procs.c
2011-01-21 Ton VoonFix for regex input of '|', being output causing proble...
2010-04-22 Thomas Guyot-SionnestAdd newline after "Usage:" in --help
2010-04-22 Thomas Guyot-SionnestStandardize the extra-opts notes
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2009-02-20 Ton VoonTypo fixes (Jan Wagner - SF 1878971)
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-07-08 Ton Vooncheck_procs captures stderr and adds to plugin output...
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-03-18 Ton VoonUpdated check_procs with a hidden --input-file option.
2008-02-28 Ton VoonReverted check_procs for solaris back to using pst3...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2008-01-04 Matthias EbleCleaned check_procs usage output (Ferenc Wagner #1862218)
2007-07-15 Matthias EbleMake ps column count in zombie detection less restricti...
2007-03-06 Ton VoonUse /usr/ucb/ps on Solaris in preference to pst3 (probl...
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-24 Ton VoonVarious cleanups in the syncing with gnulib
2007-01-17 Thomas Guyot-SionnestFix bug #1630970 Fix for buffer overflow of check_procs...
2006-10-22 Benoit Mortiermore localization fixes
2006-10-19 Benoit Mortierfirst pass at cleaning localization for new release
2006-07-13 Ton VoonUsing coreutils' base_name function because of portabil...
2006-06-20 Benoit Mortiercleaning help and usage + license
2006-06-17 Benoit Mortiercleaning up help and usage
2006-04-27 Ton VoonInternal version of basename if one not found in system
2006-04-05 Ton VoonUse pid_t for pids (1463853)
2006-02-17 M. Sean Finneyset LC_NUMERIC to POSIX in check_procs.c
2005-09-15 Ton Voon- Cleanup minor compile errors on Irix
2005-06-03 M. Sean Finneygcc 2.x fixes from edward
2005-05-25 M. Sean Finneyfixes for check_procs:
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-10 Ton VoonReverting back ngettext calls
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Matthew KentPatch from Russell Miller which adds elapsed time as...
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Benoit Mortier--disable-nls throws an error on check_dns, check_procs and
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-02 Benoit Mortierchanged Error: by CRITICAL -
2004-12-01 Benoit Mortierstandardize localization string
2004-11-24 Ton VoonMaking messages more consistent
2004-11-19 Matthew KentEnabling timeout flag (1010097, Jason Martin)
2004-04-06 Ton VoonFixed weird scanf bug on Solaris
2004-02-20 Karl DeBisschophandle case where line from ps output exceed MAX_INPUT_...
2004-02-20 Ton Voon- compiler warning removed (but usage2 messages badly...
2003-12-01 Karl DeBisschopuse usage2 function
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