Module: check_mk
Branch: master
Commit: cf143499dcf5d96c889addb5298b90dfe0877051
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=cf143499dcf5d9…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Mar 2 11:18:40 2011 +0100
Updated bug entries
---
.bugs/173 | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/.bugs/173 b/.bugs/173
index b5f998a..ad06c5e 100644
--- a/.bugs/173
+++ b/.bugs/173
@@ -6,6 +6,15 @@ Cost: 2
Date: 2011-03-02 11:16:29
Class: bug
+The event ID as output by the agent is wrong. Looks like we need to
+do a % 65536:
+
+>>> a = 3238133770
+>>> a % 65536
+10
+
+Or maybe we need %u instead of %lu.
+
Allerdings erschliesst sich mir nicht ganz der
Zusammenbau der Event-ID.
Text auf Check_MK Log-Website (nagios-host mit check_mk Plugin):