Module: check_mk
Branch: master
Commit: 39e1fc2fd60223bdb401437fcd36489d538ce2ac
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=39e1fc2fd60223…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: Fri Dec 8 11:50:18 2017 +0100
5483 FIX mknotifyd: improve error handling and logging
Connections in progress are now explicitely written to
the mknotifyd.log. This makes it easier to spot ongoning,
unsucessful connection attempts.
Furthermore, in case of polling errors a timeout of 1s
was added. This prevents the mknotifyd from using 100% CPU
if an error appears and the polling returns immediately.
Change-Id: I06daaca4accdae83df9a45a609410f89b46fadb6
---
.werks/5483 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.werks/5483 b/.werks/5483
new file mode 100644
index 0000000..b7667c7
--- /dev/null
+++ b/.werks/5483
@@ -0,0 +1,16 @@
+Title: mknotifyd: improve error handling and logging
+Level: 1
+Component: notifications
+Compatible: compat
+Edition: cee
+Version: 1.5.0i2
+Date: 1513152210
+Class: fix
+
+Connections in progress are now explicitely written to
+the mknotifyd.log. This makes it easier to spot ongoning,
+unsucessful connection attempts.
+
+Furthermore, in case of polling errors a timeout of 1s
+was added. This prevents the mknotifyd from using 100% CPU
+if an error appears and the polling returns immediately.