Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_swap.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2007-12-10 Thomas Guyot-SionnestPlenty of french translations (and a few fixes BTW)
2007-02-07 Holger WeissInclude <sys/param.h> before <sys/swap.h> in order...
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2006-12-07 Ton VoonFix coredump on 64bit Solaris. Also adds more error...
2006-10-19 Benoit Mortieranother round of localization cleaning
2006-03-13 M. Sean Finneyfix for (tracker id 1420741)
2005-11-09 Ton VoonProblem where absolute thresholds not working on /proc...
2005-10-31 M. Sean Finneycode cleanups, largely resulting from turning on -Wall...
2005-09-15 Ton Voon- Cleanup minor compile errors on Irix
2005-07-06 Ton VoonUpdated help file to remove swap -s reference (Sivakuma...
2005-06-29 M. Sean Finneydivide by 0 fix for check_swap
2005-06-28 M. Sean Finneyscanf parsing fix for check_swap from tracker id 112329...
2005-06-26 M. Sean Finney"asprintf madness" fix from andreas' patch to np-d...
2005-01-19 Ton VoonFixed parsing of AIX lsps command (1093522)
2005-01-13 Ton VoonUse floats for holding memory values to avoid different...
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-05 Benoit Mortierfix patch 998291
2004-12-04 Benoit Mortierinternationalization fixes
2004-12-04 Benoit MortierBug Fix [ 1024735 ] check_swap providing inaccurate...
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierprint_help and print_usage() cleanup
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-01 Benoit Mortierstandardize localization string
2004-11-23 Ton VoonStandardising translation texts
2004-08-23 Ton VoonUsing swapctl for Solaris, Tru64 and *BSD (Sean Finney)
2004-08-19 Ton VoonPatch for tru64 using swapctl calls (Sean Finney)
2004-03-02 Karl DeBisschopfix div by zero error when swaptotal is zero (Flo Gleixner)
2004-02-28 Karl DeBisschopupdate to work with Linux 2.6 /proc/meminfo format
2004-02-25 Karl DeBisschopchange some datatypes to llu for very large swaps
2004-02-20 Ton VoonCorrected usage message (Matt Pounsett)
2003-12-24 Ton VoonFixed help doc on use of % (854817 - Gunnar Hellekson)
2003-11-12 Karl DeBisschopclean up compiler warnings
2003-11-11 Ton VoonAdded perfdata
2003-11-11 Ton VoonFixed if only absolute warn/crit set
2003-09-30 Ton VoonFixed logic problem if HAVE_SWAP, but not on AIX or...
2003-09-17 Ton VoonSupport for check_swap in AIX (tested on 5.1)
2003-09-11 Karl DeBisschoplast changes to configure broke check_swap on RHLinux...
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-07 Karl DeBisschopreplace "terminate" with "die" for shorter name and...
2003-08-02 Karl DeBisschopestablish "UT_" namespace for usage text in #defines
2003-07-30 Karl DeBisschopmarkup for translation
2003-07-29 Karl DeBisschopmark for translation
2003-06-29 Ton VoonCorrected reported size for PROC_MEMINFO systems
2003-06-27 Ton VoonSupport for swap -s for solaris. Also changes size...
2003-03-11 Ton VoonRemove getopt_long checks
2003-02-18 Subhendu Ghoshsupport for Large swap sizes
2003-01-30 Ton VoonFixed long --allswap option
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-20 Karl DeBisschopadd switch to evaluate each swap individually
2002-11-18 Karl DeBisschoptest total swap instead of individual disks
2002-10-30 Karl DeBisschopforgot to remove call_getopt declaration
2002-10-21 Karl DeBisschopuse asprintf instead of ssprintf
2002-10-18 Karl DeBisschopremove old call_getopt
2002-02-28 Ethan GalstadInitial revision