Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | Create check_load.c | Harald Jenny | 1 | -1/+1 |
2017-09-07 | Only turn on ordering procs by CPU usage if PS_USES_PROCPCPU | Marc Sánchez | 1 | -0/+4 |
2017-09-07 | Using PS_COMMAND constant and ordering output by procpcpu | Marc Sánchez | 1 | -3/+26 |
2017-09-07 | Making show top consuming processes option less complicated | Marc Sánchez | 1 | -22/+6 |
2017-09-07 | Adding print top consuming processes option to check_load | Marc Sánchez | 1 | -2/+48 |
2016-11-07 | fix superfluous argument to printf (#fixes 1308) | Sven Nierlein | 1 | -1/+1 |
2015-10-04 | use unknown exit code for help/version in plugins | Sven Nierlein | 1 | -2/+2 |
2014-01-20 | Capitalize "Monitoring" when it's the first word | Holger Weiss | 1 | -1/+1 |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -3/+3 |
2013-09-14 | check_load: add alternative uptime syntax | Sven Nierlein | 1 | -1/+10 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -1/+1 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -6/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -4/+4 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+10 |
2008-04-27 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-01-30 | Bump plugins/ to GPLv3 (check_apt to check_nwstat) | Thomas Guyot-Sionnest | 1 | -24/+21 |
2007-12-10 | Fixed check_load argument handling when passing non triplet thresholds. Thank... | Matthias Eble | 1 | -1/+3 |
2007-04-25 | check_load can optionally divide by number of cpus | Ton Voon | 1 | -2/+17 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2006-10-19 | first pass at cleaning localization for new release | Benoit Mortier | 1 | -14/+30 |
2006-06-15 | cleaning help and usage | Benoit Mortier | 1 | -9/+11 |
2005-09-14 | Fix to parsing of uptime (Ronald Tin - 1254656) | Ton Voon | 1 | -1/+1 |
2005-06-28 | set LC_NUMERIC to POSIX in check_load (1164325) | M. Sean Finney | 1 | -0/+1 |
2005-05-28 | bugfixes to check_load thanks to andreas | M. Sean Finney | 1 | -125/+98 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -3/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -2/+0 |
2004-12-03 | correcting parenthesis error | Benoit Mortier | 1 | -2/+1 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -0/+1 |
2004-12-03 | internationalization fixes and help fixes | Benoit Mortier | 1 | -2/+2 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -2/+3 |
2004-12-02 | More internationalization work | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | return of process_arguments() is TRUE not OK ! | Benoit Mortier | 1 | -1/+1 |
2004-12-02 | changed Error: by CRITICAL - | Benoit Mortier | 1 | -13/+2 |
2004-12-01 | standardize localization string | Benoit Mortier | 1 | -2/+6 |
2004-11-24 | Making messages more consistent | Ton Voon | 1 | -2/+2 |
2004-03-14 | use fperfdata | Karl DeBisschop | 1 | -3/+3 |
2003-10-31 | add perfdata | Karl DeBisschop | 1 | -11/+18 |
2003-09-17 | - typo | Ton Voon | 1 | -1/+1 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 1 | -0/+4 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 1 | -3/+3 |
2003-08-09 | more pedantic compiler warns | Karl DeBisschop | 1 | -3/+3 |
2003-08-07 | reorder for consistency, restore prototypes for print_foo, nest #ifdef to avo... | Karl DeBisschop | 1 | -62/+73 |
2003-08-03 | markup for translation | Karl DeBisschop | 1 | -72/+62 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -9/+2 |
2003-02-18 | Fixed the output messages (Bug 688729 - Jayjay) | Ton Voon | 1 | -4/+6 |
2003-01-13 | convert PROGANE from a define to a const char | Karl DeBisschop | 1 | -3/+3 |
2002-11-08 | remove unused variables | Karl DeBisschop | 1 | -1/+1 |