aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_disk.c
AgeCommit message (Expand)Author
2006-07-12Moving parameter_list into utils_disk.h. Given list of mount points, canGravatar Ton Voon
2006-07-12Moving check_disk functions into utils_disk.c and testing themGravatar Ton Voon
2006-06-18updating help and usage and licenseGravatar Benoit Mortier
2006-06-14starting the BIG locale update ;-)Gravatar Benoit Mortier
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Gravatar Ton Voon
2006-05-02Inode thresholds not always being initialised (James Fidell - 1476457)Gravatar Ton Voon
2006-03-27Fixed bug with malloc of wrong sizeGravatar Ton Voon
2006-03-23check_disk now errors if a specified directory does not exist (cf df /foo)Gravatar Ton Voon
2006-03-23Incorrect output when checking non-existent disk (John Rouillard - 1326050)Gravatar Ton Voon
2005-11-16Fixed some compile errors with new translations. Also reintroduced formattingGravatar Ton Voon
2005-11-14start of the cleaning of the localizationGravatar Benoit Mortier
2005-11-02#995761: patch from ben o'hara to include inode calculations inGravatar M. Sean Finney
2005-10-13debian bts #296278:Gravatar M. Sean Finney
2005-03-04Fixed // comments (Steve Greenland - 1143836)Gravatar Ton Voon
2004-12-25various fixes for localizationGravatar 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-03internationalization fixes and help fixesGravatar 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-12-01first pass at standardization of messages for the localizationGravatar Benoit Mortier
2004-11-25From old test harness code, make ./check_disk -w 0 -c 0 / valid parameters againGravatar Matthew Kent
2004-11-24Making messages more consistentGravatar Ton Voon
2004-11-23Fix integer warning and critical options. Take values from current unit inste...Gravatar Matthew Kent
2004-11-12Update to using coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8Gravatar Ton Voon
2004-08-18Fixed perfdata so that shows amount used (Garry Cook)Gravatar Ton Voon
2004-03-18Typo in check_disk units (Matthew Kent - 909281)Gravatar Ton Voon
2004-03-03check_disk was getting blocks instead of bytes (Michael Musikhin - http://sou...Gravatar Karl DeBisschop
2004-02-19Uninitialised variables for -X (Bug 900091 - Michael Musikhin)Gravatar Ton Voon
2003-12-02Default thresholds not defined for lists in -x parameter (raised by Matt Garr...Gravatar Ton Voon
2003-08-28add perf dataGravatar 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-09more pedantic compiler warningsGravatar Karl DeBisschop
2003-08-08cleanups from pedantic complier warningsGravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar 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-31mark for translationGravatar Karl DeBisschop
2003-06-30Fixed support for "check_disk warn crit [path]" with thresholds at used levelsGravatar Ton Voon
2003-06-26Fixed different thresholds if using exclude listsGravatar Ton Voon
2003-06-25Support for different thresholds for different filesystemsGravatar Ton Voon
2003-06-25Removed -d option and just check against -p parameterGravatar Ton Voon
2003-06-25Report errors if path specified not foundGravatar Ton Voon
2003-06-25Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifyingGravatar Ton Voon
2003-06-04Argument to asprintf in wrong orderGravatar Ton Voon