summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-20Add comment to recent check_disk patchThomas Guyot-Sionnest1-1/+4
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-12/+12
2008-11-19check_disk: rerpopulate the mount list after doing a stat() on paths specifie...Thomas Guyot-Sionnest1-5/+5
2008-11-08Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgt...Thomas Guyot-Sionnest1-2/+2
2008-07-10Verbose should not have to exceed 3 as per developement guidelinesThomas Guyot-Sionnest1-7/+7
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+11
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-8/+9
2008-02-13Fix --local argument handling (Jan Wagner #1878971)Matthias Eble1-2/+2
2008-02-13Fix broken intending (The whole file use spaces only except my last patch and...Thomas Guyot-Sionnest1-12/+12
2008-02-13set_thresholds now let the user free the thresolds. (P.S.: When you set twice...Thomas Guyot-Sionnest1-1/+7
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-18/+16
2008-01-15Fix check_disk disk usage calculation when using --group=NAME (related to bug...Thomas Guyot-Sionnest1-1/+2
2007-12-08Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746).Thomas Guyot-Sionnest1-1/+8
2007-09-23Removed some c99 style commentsMatthias Eble1-1/+1
2007-09-23Fixed bug: stat was called on remote fs even if -l was givenMatthias Eble1-9/+32
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Matthias Eble1-9/+9
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsMatthias Eble1-14/+67
2007-09-21My solaris box needs %llu to display 64bits integers.Thomas Guyot-Sionnest1-1/+1
2007-09-21- Added some variables at verbose==3Thomas Guyot-Sionnest1-42/+43
2007-08-09Don't use C++ style comments (noted by Johannes Kingma onHolger Weiss1-1/+1
2007-07-10Added examples for new features to check_diskMatthias Eble1-0/+5
2007-07-10Check_disk now calls stat() for all filesystems to check.Matthias Eble1-28/+11
2007-05-03fixed backward incompatibility introduced in 1.4.8 where all partitions are s...Matthias Eble1-0/+1
2007-03-30check_disk: minor fix for -C if bestmatch != -pMatthias Eble1-1/+8
2007-03-30check_disk: added regex functionality -r and -R. see np-devel mail (2007-02-10)Matthias Eble1-2/+54
2007-03-30check_disk: added grouping functionality. see np-devel mail (2007-02-10)Matthias Eble1-20/+72
2007-03-30check_disk -C is more flexible now. See np-devel post (2007-02-10)Matthias Eble1-30/+52
2007-02-14Fixed typo in help for -MTon Voon1-1/+1
2007-02-06correcting some translation problemsBenoit Mortier1-1/+1
2007-01-29Revert 1643463 (reversed disk thresholds) keeping the thresholds checks.Thomas Guyot-Sionnest1-4/+4
2007-01-27Fix #1643463: Miscalculating thresholds check_diskThomas Guyot-Sionnest1-4/+4
2007-01-07Fix bug #1627970: check_disk performance output for more then one partitionThomas Guyot-Sionnest1-2/+7
2006-12-20Fixed inode thresholds, regressed from previous releaseTon Voon1-7/+26
2006-12-07Fix coredump on 64bit Solaris. Also adds more error conditions and movesTon Voon1-0/+3
2006-10-26Remove C style comments (1583467 - Markus Baertschi)Ton Voon1-2/+0
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