summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/t/check_disk_smb.t
AgeCommit message (Collapse)AuthorFilesLines
2014-07-31tests: check_disk_smb may exit with critical for unresponsive hosts tooSven Nierlein1-1/+1
Unknown (ex. debian 7) %> ./check_disk_smb -H 1.1.1.1 -s np_foobar -vvv /usr/bin/smbclient //1.1.1.1/np_foobar -U guest% -c du No Answer from Client Critical (ex. debian 8) %> ./check_disk_smb -H 1.1.1.1 -s np_foobar -vvv /usr/bin/smbclient //1.1.1.1/np_foobar -U guest% -c du Connection to 1.1.1.1 failed CRITICAL Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
2013-09-17check_disk_smb: fixed number of tests to skipSven Nierlein1-5/+5
2010-11-28add test cases for check_disk_smbMatthias Eble1-0/+96