summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-25various fixes for localizationBenoit Mortier1-4/+2
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-3/+3
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-3/+1
2004-12-03internationalization fixes and help fixesBenoit Mortier1-7/+6
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-9/+10
2004-12-01first pass at standardization of messages for the localizationBenoit Mortier1-2/+1
2004-11-25From old test harness code, make ./check_disk -w 0 -c 0 / valid parameters againMatthew Kent1-1/+1
2004-11-24Making messages more consistentTon Voon1-3/+3
2004-11-23Fix integer warning and critical options. Take values from current unit inste...Matthew Kent1-5/+5
2004-11-12Update to using coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8Ton Voon1-0/+1
2004-08-18Fixed perfdata so that shows amount used (Garry Cook)Ton Voon1-1/+1
2004-03-18Typo in check_disk units (Matthew Kent - 909281)Ton Voon1-1/+1
2004-03-03check_disk was getting blocks instead of bytes (Michael Musikhin - http://sou...Karl DeBisschop1-1/+1
2004-02-19Uninitialised variables for -X (Bug 900091 - Michael Musikhin)Ton Voon1-0/+4
2003-12-02Default thresholds not defined for lists in -x parameter (raised by Matt Garr...Ton Voon1-0/+4
2003-08-28add perf dataKarl DeBisschop1-8/+21
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-6/+6
2003-08-09more pedantic compiler warningsKarl DeBisschop1-9/+14
2003-08-08cleanups from pedantic complier warningsKarl DeBisschop1-2/+13
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-22/+21
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-23/+26
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-107/+119
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-2/+2
2003-08-02establish "UT_" namespace for usage text in #definesKarl DeBisschop1-3/+5
2003-07-31mark for translationKarl DeBisschop1-116/+103
2003-06-30Fixed support for "check_disk warn crit [path]" with thresholds at used levelsTon Voon1-3/+11
2003-06-26Fixed different thresholds if using exclude listsTon Voon1-6/+7
2003-06-25Support for different thresholds for different filesystemsTon Voon1-16/+65
2003-06-25Removed -d option and just check against -p parameterTon Voon1-18/+9
2003-06-25Report errors if path specified not foundTon Voon1-3/+17
2003-06-25Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifyingTon Voon1-14/+18
2003-06-04Argument to asprintf in wrong orderTon Voon1-1/+1
2003-03-31checkpointKarl DeBisschop1-31/+90
2003-03-24Minor changes to build for Solaris packagesJeremy T. Bouse1-0/+3
2003-03-23can once again exclude indiviual path/partitionsKarl DeBisschop1-6/+18
2003-03-23add -X to exclude FS type, now works with more than one path/dev specifiedKarl DeBisschop1-8/+60
2003-03-21checkpoint, allows selecting devices and paths nowKarl DeBisschop1-17/+42
2003-03-19check_disk working with mountlist.cKarl DeBisschop1-9/+22
2003-03-18use GNU fileutils for check_diskKarl DeBisschop1-143/+77
2003-03-12doco standarizationKarl DeBisschop1-68/+62
2003-03-12errors for statfsKarl DeBisschop1-0/+19
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-03-11use statfs for check_disk (still needs fs scan)Karl DeBisschop1-5/+56
2003-03-09Implement error-only option for check_disk (Ian Duggan)Ton Voon1-2/+10
2003-03-08Fix AIX /proc filesystem (Ian Duggan)Ton Voon1-1/+5
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4