summaryrefslogtreecommitdiffstats
path: root/plugins/check_load.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07fix superfluous argument to printf (#fixes 1308)Sven Nierlein1-1/+1
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-09-14check_load: add alternative uptime syntaxSven Nierlein1-1/+10
2012-06-29Die when asprintf failsAnders Kaseorg1-1/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-4/+4
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+10
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-1/+1
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-24/+21
2007-12-10Fixed check_load argument handling when passing non triplet thresholds. Thank...Matthias Eble1-1/+3
2007-04-25check_load can optionally divide by number of cpusTon Voon1-2/+17
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-14/+30
2006-06-15cleaning help and usageBenoit Mortier1-9/+11
2005-09-14Fix to parsing of uptime (Ronald Tin - 1254656)Ton Voon1-1/+1
2005-06-28set LC_NUMERIC to POSIX in check_load (1164325)M. Sean Finney1-0/+1
2005-05-28bugfixes to check_load thanks to andreasM. Sean Finney1-125/+98
2004-12-25various fixes for localizationBenoit Mortier1-3/+1
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-2/+0
2004-12-03correcting parenthesis errorBenoit Mortier1-2/+1
2004-12-03fixes for internationalizationBenoit Mortier1-0/+1
2004-12-03internationalization fixes and help fixesBenoit Mortier1-2/+2
2004-12-03bump copyright yearBenoit Mortier1-2/+3
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-13/+2
2004-12-01standardize localization stringBenoit Mortier1-2/+6
2004-11-24Making messages more consistentTon Voon1-2/+2
2004-03-14use fperfdataKarl DeBisschop1-3/+3
2003-10-31add perfdataKarl DeBisschop1-11/+18
2003-09-17- typoTon Voon1-1/+1
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-3/+3
2003-08-09more pedantic compiler warnsKarl DeBisschop1-3/+3
2003-08-07reorder for consistency, restore prototypes for print_foo, nest #ifdef to avo...Karl DeBisschop1-62/+73
2003-08-03markup for translationKarl DeBisschop1-72/+62
2003-03-11Remove getopt_long checksTon Voon1-9/+2
2003-02-18Fixed the output messages (Bug 688729 - Jayjay)Ton Voon1-4/+6
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-3/+3
2002-11-08remove unused variablesKarl DeBisschop1-1/+1
2002-10-21remove broken call_getoptKarl DeBisschop1-12/+24
2002-10-18remove old call_getopt code, fix bug taking single float, allow colon as sepa...Karl DeBisschop1-67/+58
2002-02-28Initial revisionEthan Galstad1-0/+321