summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-18Re-added perf data to check_diskTon Voon1-4/+23
2006-10-12Remove the "- free space" if status is OKTon Voon1-2/+4
2006-10-12Fixed output from -e in check_disk (Andreas Behal)Ton Voon1-5/+11
2006-08-14Fixed inode percent free output (Mike Emigh - 1531899)Ton Voon1-11/+3
2006-07-14Fix inode percents using coreutils' percentage calculation techniqueTon Voon1-31/+40
2006-07-13Major fixes to check_disk. Now should return same data as dfTon Voon1-152/+177
2006-07-13Move new util_* functions to lib/Ton Voon1-17/+19
2006-07-12Added -E option for exact match of filesystem. Restructured main filesystemTon Voon1-71/+56
2006-07-12Moving parameter_list into utils_disk.h. Given list of mount points, canTon Voon1-15/+0
2006-07-12Moving check_disk functions into utils_disk.c and testing themTon Voon1-77/+31
2006-06-18updating help and usage and licenseBenoit Mortier1-20/+33
2006-06-14starting the BIG locale update ;-)Benoit Mortier1-5/+5
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Ton Voon1-1/+1
2006-05-02Inode thresholds not always being initialised (James Fidell - 1476457)Ton Voon1-0/+10
2006-03-27Fixed bug with malloc of wrong sizeTon Voon1-1/+1
2006-03-23check_disk now errors if a specified directory does not exist (cf df /foo)Ton Voon1-0/+8
2006-03-23Incorrect output when checking non-existent disk (John Rouillard - 1326050)Ton Voon1-3/+1
2005-11-16Fixed some compile errors with new translations. Also reintroduced formattingTon Voon1-139/+35
2005-11-14start of the cleaning of the localizationBenoit Mortier1-489/+584
2005-11-02#995761: patch from ben o'hara to include inode calculations inM. Sean Finney1-35/+105
2005-10-13debian bts #296278:M. Sean Finney1-11/+59
2005-03-04Fixed // comments (Steve Greenland - 1143836)Ton Voon1-1/+1
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