aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_swap.c
AgeCommit message (Expand)Author
2004-12-04internationalization fixesGravatar Benoit Mortier
2004-12-04Bug Fix [ 1024735 ] check_swap providing inaccurate swap information on Sol6Gravatar Benoit Mortier
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03fixes for internationalizationGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-11-23Standardising translation textsGravatar Ton Voon
2004-08-23Using swapctl for Solaris, Tru64 and *BSD (Sean Finney)Gravatar Ton Voon
2004-08-19Patch for tru64 using swapctl calls (Sean Finney)Gravatar Ton Voon
2004-03-02fix div by zero error when swaptotal is zero (Flo Gleixner)Gravatar Karl DeBisschop
2004-02-28update to work with Linux 2.6 /proc/meminfo formatGravatar Karl DeBisschop
2004-02-25change some datatypes to llu for very large swapsGravatar Karl DeBisschop
2004-02-20Corrected usage message (Matt Pounsett)Gravatar Ton Voon
2003-12-24Fixed help doc on use of % (854817 - Gunnar Hellekson)Gravatar Ton Voon
2003-11-12clean up compiler warningsGravatar Karl DeBisschop
2003-11-11Added perfdataGravatar Ton Voon
2003-11-11Fixed if only absolute warn/crit setGravatar Ton Voon
2003-09-30Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris. RemovedGravatar Ton Voon
2003-09-17Support for check_swap in AIX (tested on 5.1)Gravatar Ton Voon
2003-09-11last changes to configure broke check_swap on RHLinux. Restore /proc/meminfo ...Gravatar Karl DeBisschop
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02establish "UT_" namespace for usage text in #definesGravatar Karl DeBisschop
2003-07-30markup for translationGravatar Karl DeBisschop
2003-07-29mark for translationGravatar Karl DeBisschop
2003-06-29Corrected reported size for PROC_MEMINFO systemsGravatar Ton Voon
2003-06-27Support for swap -s for solaris. Also changes size of swap to MBs throughGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-02-18support for Large swap sizesGravatar Subhendu Ghosh
2003-01-30Fixed long --allswap optionGravatar Ton Voon
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2002-11-20add switch to evaluate each swap individuallyGravatar Karl DeBisschop
2002-11-18test total swap instead of individual disksGravatar Karl DeBisschop
2002-10-30forgot to remove call_getopt declarationGravatar Karl DeBisschop
2002-10-21use asprintf instead of ssprintfGravatar Karl DeBisschop
2002-10-18remove old call_getoptGravatar Karl DeBisschop
2002-02-28Initial revisionGravatar Ethan Galstad