Age | Commit message (Expand) | Author | Files | Lines |
2021-10-02 | Revert to poor man's logic | RincewindsHat | 1 | -7/+6 |
2021-10-02 | Change all to comments to old comment style | RincewindsHat | 1 | -3/+4 |
2021-09-26 | Fix comparing logic | RincewindsHat | 1 | -2/+2 |
2021-09-25 | check_swap: Fix perfdata und thresholds for big values and simplify code | rincewind | 1 | -102/+137 |
2017-05-31 | repaired "-n" behaviour. If run with "-n ok" a host which ran | Christopher Odenbach | 1 | -8/+8 |
2015-10-04 | use unknown exit code for help/version in plugins | Sven Nierlein | 1 | -2/+2 |
2014-10-19 | Improving output when swap space has zero size | Jan Wagner | 1 | -0/+1 |
2014-10-19 | check_swap - fix comment | Davide Madrisan | 1 | -1/+1 |
2014-02-20 | check_swap: Fix the plugin name that appears in the comment | Davide Madrisan | 1 | -1/+1 |
2014-01-29 | Update check_swap usage | Thomas Guyot-Sionnest | 1 | -3/+4 |
2014-01-29 | check_swap: add supports for a configurable state when there is no swap | Thomas Guyot-Sionnest | 1 | -2/+13 |
2014-01-29 | Fix check_swap returning OK on & thresholds and no swap | Thomas Guyot-Sionnest | 1 | -1/+1 |
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 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -8/+8 |
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 | -5/+0 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -5/+5 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -1/+1 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+9 |
2008-04-27 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -2/+3 |
2008-01-31 | Bump plugin/ to GPLv3 (check_overcr to check_users) | Thomas Guyot-Sionnest | 1 | -19/+17 |
2007-12-10 | Plenty of french translations (and a few fixes BTW) | Thomas Guyot-Sionnest | 1 | -2/+1 |
2007-02-07 | Include <sys/param.h> before <sys/swap.h> in order to fix compilation on | Holger Weiss | 1 | -3/+3 |
2007-01-28 | Don't try to print `optarg' (which will be a NULL pointer) if an unknown | Holger Weiss | 1 | -1/+1 |
2006-12-07 | Fix coredump on 64bit Solaris. Also adds more error conditions and moves | Ton Voon | 1 | -5/+32 |
2006-10-19 | another round of localization cleaning | Benoit Mortier | 1 | -46/+54 |
2006-03-13 | fix for (tracker id 1420741) | M. Sean Finney | 1 | -2/+2 |
2005-11-09 | Problem where absolute thresholds not working on /proc/meminfo | Ton Voon | 1 | -87/+94 |
2005-10-31 | code cleanups, largely resulting from turning on -Wall. mostly | M. Sean Finney | 1 | -2/+2 |
2005-09-15 | - Cleanup minor compile errors on Irix | Ton Voon | 1 | -2/+0 |
2005-07-06 | Updated help file to remove swap -s reference (Sivakumar Nellurandi) | Ton Voon | 1 | -4/+0 |
2005-06-29 | divide by 0 fix for check_swap | M. Sean Finney | 1 | -1/+7 |
2005-06-28 | scanf parsing fix for check_swap from tracker id 1123292. now use floor(3) | M. Sean Finney | 1 | -8/+10 |
2005-06-26 | "asprintf madness" fix from andreas' patch to np-d, minus the comments. | M. Sean Finney | 1 | -13/+11 |
2005-01-19 | Fixed parsing of AIX lsps command (1093522) | Ton Voon | 1 | -1/+1 |
2005-01-13 | Use floats for holding memory values to avoid different types on different | Ton Voon | 1 | -24/+27 |
2004-12-30 | more internationalization fixes | Benoit Mortier | 1 | -5/+5 |
2004-12-25 | various fixes for localization | Benoit Mortier | 1 | -6/+4 |
2004-12-05 | fix patch 998291 | Benoit Mortier | 1 | -1/+1 |
2004-12-04 | internationalization fixes | Benoit Mortier | 1 | -2/+2 |
2004-12-04 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap information on Sol6 | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry | Benoit Mortier | 1 | -1/+1 |
2004-12-03 | print_help and print_usage() cleanup | Benoit Mortier | 1 | -4/+4 |
2004-12-03 | remove UT_HLP_VRS from print_usage | Benoit Mortier | 1 | -2/+0 |
2004-12-03 | fixes for internationalization | Benoit Mortier | 1 | -5/+4 |
2004-12-03 | bump copyright year | Benoit Mortier | 1 | -6/+6 |
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 |