Module: check_mk
Branch: master
Commit: 253b8e67fb07ca741f05729202022e19b15dffe8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=253b8e67fb07ca…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Jan 8 12:14:20 2015 +0100
Removed obsolete code
---
checks/windows_multipath | 5 -----
1 file changed, 5 deletions(-)
diff --git a/checks/windows_multipath b/checks/windows_multipath
index e5ce636..f5a1936 100644
--- a/checks/windows_multipath
+++ b/checks/windows_multipath
@@ -51,14 +51,9 @@ def check_windows_multipath(item, params, info):
elif num_paths < all_paths:
state = 1
-
return (state, "paths reported %d, expected paths %d" % (num_paths,
all_paths) + state * "!")
-
- return (3, "Data not in agent output")
-
-
check_info["windows_multipath"] = {
"check_function" : check_windows_multipath,
"inventory_function" : inventory_windows_multipath,