Module: check_mk
Branch: master
Commit: 6543d656cb8cf23956e675728a3e1afbbfbbfc36
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6543d656cb8cf2…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Wed Jun 28 16:06:20 2017 +0200
New werk 4880
Change-Id: Iacac06518e36331a66ecf1388a9445a81045f6c3
---
.werks/4880 | 10 ++++++++++
checks/wut_webtherm | 3 ++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.werks/4880 b/.werks/4880
new file mode 100644
index 0000000..3c7bd25
--- /dev/null
+++ b/.werks/4880
@@ -0,0 +1,10 @@
+Title: wut_webtherm: Fixed missing device type and enabled performance data for humidity
+Level: 1
+Component: checks
+Compatible: compat
+Edition: cre
+Version: 1.5.0i1
+Date: 1498658718
+class: fix
+
+
diff --git a/checks/wut_webtherm b/checks/wut_webtherm
index f366d34..5b53eaf 100644
--- a/checks/wut_webtherm
+++ b/checks/wut_webtherm
@@ -100,7 +100,7 @@ check_info["wut_webtherm"] = {
'check_function' : check_wut_webtherm,
'service_description' : 'Temperature %s',
'has_perfdata' : True,
- 'snmp_info' : ('.1.3.6.1.4.1.5040.1.2', ['1',
'2', '3', '6', '7', '8', '9',
'16', '18', '36', '37'], [
+ 'snmp_info' : ('.1.3.6.1.4.1.5040.1.2', ['1',
'2', '3', '6', '7', '8', '9',
'16', '18', '36', '37', '42'], [
'1.2.1.1', #
WebGraph-Thermo-Hygro-Barometer-MIB::wtWebGraphThermoBaroSensorNo
'1.3.1.1', #
WebGraph-Thermo-Hygro-Barometer-MIB::wtWebGraphThermoBaroTempValue
'1.8.1.1', #
WebGraph-Thermo-Hygro-Barometer-MIB::wtWebGraphThermoBaroTempValuePkt
@@ -166,6 +166,7 @@ check_info["wut_webtherm.humidity"] = {
"check_function" : check_wut_webtherm_humidity,
"service_description" : "Humidity %s",
"includes" : [ "humidity.include" ],
+ 'has_perfdata' : True,
"group" : "humidity",
}