summaryrefslogtreecommitdiffstats
path: root/plugins/check_load.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-1/+1
2022-09-19Display total and scaled load values if check_load scales the values by numbe...Lorenz1-16/+40
2022-09-11Check load compiler warnings (#1759)Lorenz1-33/+33
2021-10-25Create check_load.cHarald Jenny1-1/+1
2017-09-07Only turn on ordering procs by CPU usage if PS_USES_PROCPCPUrefs/pull/1507/headMarc Sánchez1-0/+4
2017-09-07Using PS_COMMAND constant and ordering output by procpcpuMarc Sánchez1-3/+26
2017-09-07Making show top consuming processes option less complicatedMarc Sánchez1-22/+6
2017-09-07Adding print top consuming processes option to check_loadMarc Sánchez1-2/+48
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