summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-28update to work with Linux 2.6 /proc/meminfo formatKarl DeBisschop1-3/+14
2004-02-25change some datatypes to llu for very large swapsKarl DeBisschop1-10/+10
2004-02-20Corrected usage message (Matt Pounsett)Ton Voon1-4/+6
2003-12-24Fixed help doc on use of % (854817 - Gunnar Hellekson)Ton Voon1-2/+2
2003-11-12clean up compiler warningsKarl DeBisschop1-6/+6
2003-11-11Added perfdataTon Voon1-4/+11
2003-11-11Fixed if only absolute warn/crit setTon Voon1-4/+5
2003-09-30Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris. RemovedTon Voon1-23/+33
2003-09-17Support for check_swap in AIX (tested on 5.1)Ton Voon1-6/+30
2003-09-11last changes to configure broke check_swap on RHLinux. Restore /proc/meminfo ...Karl DeBisschop1-17/+26
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-4/+6
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-62/+64
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-1/+1
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-1/+1
2003-07-30markup for translationKarl DeBisschop1-12/+12
2003-07-29mark for translationKarl DeBisschop1-81/+82
2003-06-29Corrected reported size for PROC_MEMINFO systemsTon Voon1-0/+3
2003-06-27Support for swap -s for solaris. Also changes size of swap to MBs throughTon Voon1-80/+91
2003-03-11Remove getopt_long checksTon Voon1-6/+0
2003-02-18support for Large swap sizesSubhendu Ghosh1-16/+17
2003-01-30Fixed long --allswap optionTon Voon1-1/+1
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-20add switch to evaluate each swap individuallyKarl DeBisschop1-30/+85
2002-11-18test total swap instead of individual disksKarl DeBisschop1-22/+29
2002-10-30forgot to remove call_getopt declarationKarl DeBisschop1-1/+0
2002-10-21use asprintf instead of ssprintfKarl DeBisschop1-10/+6
2002-10-18remove old call_getoptKarl DeBisschop1-39/+26
2002-02-28Initial revisionEthan Galstad1-0/+325