Module: check_mk
Branch: master
Commit: 0d68bf0149743fc5e7dd8d5505b0d9ec8fb2f288
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0d68bf0149743f…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Mon Jun 26 17:38:01 2017 +0200
4908 FIX enterasys_powersupply: Fixed crash if empty output
This check will now change the state to UNKNOWN if the output is empty
instead of crashing completely.
Change-Id: I777ff8fa4afd95c6a38fea63911956427b21dad4
---
.werks/4908 | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.werks/4908 b/.werks/4908
new file mode 100644
index 0000000..944826a
--- /dev/null
+++ b/.werks/4908
@@ -0,0 +1,11 @@
+Title: enterasys_powersupply: Fixed crash if empty output
+Level: 1
+Component: checks
+Compatible: compat
+Edition: cre
+Version: 1.5.0i1
+Date: 1498491403
+Class: fix
+
+This check will now change the state to UNKNOWN if the output is empty
+instead of crashing completely.