Code

change some datatypes to llu for very large swaps
[nagiosplug.git] / plugins / check_swap.c
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