Module: check_mk
Branch: master
Commit: be4dd4c1a660cfcb820c24c592357d2fd5b1e613
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=be4dd4c1a660cf…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Fri Sep 29 14:56:50 2017 +0200
fixed typo
Change-Id: I01e6b2eb11c2c198b05155c7094174373f8b1fb5
---
checks/dell_om_fans | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/checks/dell_om_fans b/checks/dell_om_fans
index 52fc196..25d741b 100644
--- a/checks/dell_om_fans
+++ b/checks/dell_om_fans
@@ -79,6 +79,6 @@ check_info["dell_om_fans"] = {
"13", #
MIB-Dell-10892::coolingDeviceLowerCriticalThreshold
]),
"includes" : [ "fan.include",
"dell_om.include" ],
- "has_perdata" : True,
+ "has_perfdata" : True,
"group" : "hw_fans",
}