monitoring-plugins/lib/tests
Matthias Eble d23b17e656 Added -i/-I to ignore pathes/partitions based on regular expressions
Added check_disk -A selecting all filesystems 
-E option must now be passed before -p or -r/-R
Passing -E after -p or -r results in UNKNOWN state
Fixed bug when mixing case sensitive and insensitive regexes


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1786 f882894a-f735-0410-b71e-b25c423dba1c
2007-09-22 17:40:35 +00:00
..
config-tiny.ini Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
Makefile.am Stop double expansion of parameters for negate - works like 2007-09-21 23:01:28 +00:00
Makefile.config-opts Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
plugin.ini Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
README Move new util_* functions to lib/ 2006-07-13 12:50:23 +00:00
test_cmd.c Stop double expansion of parameters for negate - works like 2007-09-21 23:01:28 +00:00
test_cmd.t Stop double expansion of parameters for negate - works like 2007-09-21 23:01:28 +00:00
test_disk.c Added -i/-I to ignore pathes/partitions based on regular expressions 2007-09-22 17:40:35 +00:00
test_disk.t Move new util_* functions to lib/ 2006-07-13 12:50:23 +00:00
test_ini.c Added test files to test the parse_ini.c routines. Requires libtap 2007-02-07 14:46:50 +00:00
test_tcp.c Minor corrections to test_tcp.c 2007-06-03 15:58:22 +00:00
test_tcp.t Added test cases for utils_tcp 2007-06-03 15:00:34 +00:00
test_utils.c Major fixes to check_disk. Now should return same data as df 2006-07-13 23:58:00 +00:00
test_utils.t Move new util_* functions to lib/ 2006-07-13 12:50:23 +00:00

The tests in here use the libtap library functions 
(http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap), so are
more for unit testing the utils.c library functions. 

However, it probably should be merged into the plugins/t subdirectory.