aboutsummaryrefslogtreecommitdiff
path: root/plugins/t/check_disk.t
AgeCommit message (Expand)Author
2021-10-26Fix some testsGravatar RincewindsHat
2017-03-12check_disk test: increase assumed thresholdsGravatar Sven Nierlein
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-09-17check_disk: die with a reasonable error message if one mount point hits avera...Gravatar Sven Nierlein
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsGravatar Matthias Eble
2007-07-10Check_disk now calls stat() for all filesystems to check.Gravatar Matthias Eble
2007-05-09added testcase to verify that old positional arguments only select one pathGravatar Matthias Eble
2007-03-30Test Cases for check_disk's -r, -R, -C and -gGravatar Matthias Eble
2007-03-06Test failure if a filesystem which is a subset of another fails the inodeGravatar Ton Voon
2007-01-29Revert 1643463 (reversed disk thresholds) keeping the thresholds checks.Gravatar Thomas Guyot-Sionnest
2007-01-27Fix #1643463: Miscalculating thresholds check_diskGravatar Thomas Guyot-Sionnest
2007-01-08Added notes about check_disk perf data fix. Added test to check perf data isGravatar Ton Voon
2006-12-20Fixed inode thresholds, regressed from previous releaseGravatar Ton Voon
2006-10-18Re-added perf data to check_diskGravatar Ton Voon
2006-10-12Remove the "- free space" if status is OKGravatar Ton Voon
2006-10-12Fixed output from -e in check_disk (Andreas Behal)Gravatar Ton Voon
2006-07-13Major fixes to check_disk. Now should return same data as dfGravatar Ton Voon
2006-07-12Added -E option for exact match of filesystem. Restructured main filesystemGravatar Ton Voon
2006-03-23check_disk now errors if a specified directory does not exist (cf df /foo)Gravatar Ton Voon
2006-03-23Some versions of Test::More do not like the m#foo# syntaxGravatar Ton Voon
2006-03-23Incorrect output when checking non-existent disk (John Rouillard - 1326050)Gravatar Ton Voon
2005-12-15New 3 parameter version of getTestParameters. Updated check_disk.t to reflect.Gravatar Ton Voon
2005-11-15Updated tests to minimise false positives. Breaking down so more obviousGravatar Ton Voon
2005-11-12Updated check_disk tests to use Test::More (Serhan Kiymaz)Gravatar Ton Voon
2005-11-03Invalid mount point doesn't make sense because most df implementationsGravatar Ton Voon
2005-07-25[1185704] New Testing Infrastructure.Gravatar Peter Bray
2002-02-28Initial revisionGravatar Ethan Galstad