Code

Update to using coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
[nagiosplug.git] / plugins / check_disk.c
2004-11-12 Ton VoonUpdate to using coreutils 5.2.1 libraries and snprintf...
2004-08-18 Ton VoonFixed perfdata so that shows amount used (Garry Cook)
2004-03-18 Ton VoonTypo in check_disk units (Matthew Kent - 909281)
2004-03-03 Karl DeBisschopcheck_disk was getting blocks instead of bytes (Michael...
2004-02-19 Ton VoonUninitialised variables for -X (Bug 900091 - Michael...
2003-12-02 Ton VoonDefault thresholds not defined for lists in -x paramete...
2003-08-28 Karl DeBisschopadd perf data
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-09 Karl DeBisschopmore pedantic compiler warnings
2003-08-08 Karl DeBisschopcleanups from pedantic complier warnings
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
2003-08-08 Karl DeBisschopfix a variety of compiler warnings about qualifier...
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-31 Karl DeBisschopmark for translation
2003-06-30 Ton VoonFixed support for "check_disk warn crit [path]" with...
2003-06-26 Ton VoonFixed different thresholds if using exclude lists
2003-06-25 Ton VoonSupport for different thresholds for different filesystems
2003-06-25 Ton VoonRemoved -d option and just check against -p parameter
2003-06-25 Ton VoonReport errors if path specified not found
2003-06-25 Ton VoonProblems compiling on SunOS 5.6 with gcc 2.8.1. Fixed...
2003-06-04 Ton VoonArgument to asprintf in wrong order
2003-03-31 Karl DeBisschopcheckpoint
2003-03-24 Jeremy T. BouseMinor changes to build for Solaris packages
2003-03-23 Karl DeBisschopcan once again exclude indiviual path/partitions
2003-03-23 Karl DeBisschopadd -X to exclude FS type, now works with more than...
2003-03-21 Karl DeBisschopcheckpoint, allows selecting devices and paths now
2003-03-19 Karl DeBisschopcheck_disk working with mountlist.c
2003-03-18 Karl DeBisschopuse GNU fileutils for check_disk
2003-03-12 Karl DeBisschopdoco standarization
2003-03-12 Karl DeBisschoperrors for statfs
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-11 Karl DeBisschopuse statfs for check_disk (still needs fs scan)
2003-03-09 Ton VoonImplement error-only option for check_disk (Ian Duggan)
2003-03-08 Ton VoonFix AIX /proc filesystem (Ian Duggan)
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2003-01-13 Karl DeBisschopadd options for excluding devices and for skipping...
2002-11-18 Karl DeBisschopfailed to handle multple disks
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-06-19 Subhendu Ghoshfixes for using POSIX return codes
2002-06-06 Subhendu Ghoshadded option for mount point - Tom Bertelson
2002-02-28 Ethan GalstadInitial revision