summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Don't let check_disk hang on hanging file systemsGerhard Lausser1-0/+40
2014-07-29check_disk: show troubled partition in verbose modeJan Wagner1-5/+11
2014-04-27Make check_disk work on Windows.Gunnar Beutner1-1/+20
2014-01-28check_disk: precise the help outputJan Wagner1-1/+1
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Non-network timeout changesSpenser Reinhardt1-1/+1
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-09-16check_disk: get_fs_usage hasn't been run if using groupsSven Nierlein1-3/+3
2013-08-26Merge branch 'master' of https://github.com/bugness-chl/nagios-pluginsHolger Weiss1-4/+17
2013-03-25Fixed SF.net bug 3560976, added --include-type/-N optionRichard Leitner1-3/+15
2012-10-12check_disk: option to ignore reserved spacerefs/pull/22/headchl1-4/+17
2012-09-25Update plugins/check_disk.crefs/pull/19/headGianluca Varisco1-1/+1
2012-06-29Die when asprintf failsAnders Kaseorg1-12/+12
2010-11-15Fix check_disk free space calculation if blocksizes differ within a disk grou...Matthias Eble1-81/+94
2010-07-07Fix examples in check_disk, where it implied was possible to suffix unit valu...Ton Voon1-2/+2
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-6/+6
2009-05-07Fixed typo in check_diskTon Voon1-5/+5
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