Module: check_mk
Branch: master
Commit: 2e75af54a4384ea29d60c29646f41028a12fa6dc
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=2e75af54a4384e…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Fri Oct 7 13:38:38 2016 +0200
enabled perfdata
---
checks/gude_humidity | 1 +
checks/gude_relayport | 1 +
checks/gude_temp | 1 +
3 files changed, 3 insertions(+)
diff --git a/checks/gude_humidity b/checks/gude_humidity
index 66a1e26..18bb690 100644
--- a/checks/gude_humidity
+++ b/checks/gude_humidity
@@ -46,6 +46,7 @@ check_info['gude_humidity'] = {
'inventory_function' : inventory_gude_humidity,
'check_function' : check_gude_humidity,
'service_description' : 'Humidity %s',
+ 'has_perfdata' : True,
'snmp_info' : ('.1.3.6.1.4.1.28507', [ "19",
"38" ], [
"1.6.1.1.3.1", #
GUDEADS-EPC****-MIB::epc****HygroSensor
]),
diff --git a/checks/gude_relayport b/checks/gude_relayport
index ba5eef1..5327ac3 100644
--- a/checks/gude_relayport
+++ b/checks/gude_relayport
@@ -76,6 +76,7 @@ check_info['gude_relayport'] = {
'inventory_function' : inventory_elphase,
'check_function' : check_elphase,
'service_description' : 'Relay port %s',
+ 'has_perfdata' : True,
'snmp_info' : ('.1.3.6.1.4.1.28507', [ "19",
"38" ], [
"1.3.1.2.1.2", #
GUDEADS-EPC****-MIB::epc****PortName
"1.3.1.2.1.3", #
GUDEADS-EPC****-MIB::epc****PortState
diff --git a/checks/gude_temp b/checks/gude_temp
index aec2522..951538a 100644
--- a/checks/gude_temp
+++ b/checks/gude_temp
@@ -48,6 +48,7 @@ check_info['gude_temp'] = {
'inventory_function' : inventory_gude_temp,
'check_function' : check_gude_temp,
'service_description' : 'Temperature %s',
+ 'has_perfdata' : True,
'snmp_info' : ('.1.3.6.1.4.1.28507', [ "19",
"38" ], [
"1.6.1.1.2.1", #
GUDEADS-EPC****-MIB::epc****TempSensor
]),