summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-22more localization fixesBenoit Mortier1-55/+47
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-4/+9
2006-07-13Using coreutils' base_name function because of portability issues withTon Voon1-1/+1
2006-06-20cleaning help and usage + licenseBenoit Mortier1-17/+30
2006-06-17cleaning up help and usageBenoit Mortier1-5/+5
2006-04-27Internal version of basename if one not found in systemTon Voon1-7/+1
2006-04-05Use pid_t for pids (1463853)Ton Voon1-3/+3
2006-02-17set LC_NUMERIC to POSIX in check_procs.cM. Sean Finney1-0/+1
2005-09-15- Cleanup minor compile errors on IrixTon Voon1-0/+2
2005-06-03gcc 2.x fixes from edwardM. Sean Finney1-9/+9
2005-05-25fixes for check_procs:M. Sean Finney1-9/+10
2004-12-30more internationalization fixesBenoit Mortier1-6/+6
2004-12-25various fixes for localizationBenoit Mortier1-18/+10
2004-12-10Reverting back ngettext callsTon Voon1-1/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-2/+2
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-4/+2
2004-12-03fixes for internationalizationBenoit Mortier1-68/+68
2004-12-03Patch from Russell Miller which adds elapsed time as a metric. Only for linux...Matthew Kent1-11/+95
2004-12-03bump copyright yearBenoit Mortier1-1/+2
2004-12-02--disable-nls throws an error on check_dns, check_procs andBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-3/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-16/+7
2004-11-24Making messages more consistentTon Voon1-3/+3
2004-11-19Enabling timeout flag (1010097, Jason Martin)Matthew Kent1-2/+15
2004-04-06Fixed weird scanf bug on SolarisTon Voon1-4/+0
2004-02-20handle case where line from ps output exceed MAX_INPUT_BUFFERKarl DeBisschop1-4/+20
2004-02-20- compiler warning removed (but usage2 messages badly broken)Ton Voon1-1/+1
2003-12-01use usage2 functionKarl DeBisschop1-27/+9
2003-11-28Fixed listing of failed processesTon Voon1-5/+9
2003-09-16Support for AIX ps command and cleanup of configure's ps checksTon Voon1-32/+33
2003-09-02Solaris requires asprintf checks for null variablesTon Voon1-11/+11
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-6/+6
2003-08-09more pedantic compiler warnsKarl DeBisschop1-51/+58
2003-08-07markup for translationKarl DeBisschop1-175/+191
2003-07-03Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander Matey)Ton Voon1-1/+5
2003-04-11Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)Ton Voon1-3/+8
2003-04-07Fixed zombie processesTon Voon1-3/+2
2003-04-07Souped up check_procs with different metricsTon Voon1-102/+260
2003-03-26Removal of ps_raw and ps_varsTon Voon1-5/+1
2003-03-24Use max_stateTon Voon1-29/+5
2003-03-11Remove getopt_long checksTon Voon1-7/+2
2003-01-31Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)Ton Voon1-5/+15
2003-01-30Fixed prognameTon Voon1-1/+1
2003-01-29Fixed NULL status in Solaris (644783 - Fabian Pehla)Ton Voon1-8/+6
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-7/+7
2002-11-22add a few comments, trap a few place where a NULL string might have been handledKarl DeBisschop1-11/+9