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