Module: check_mk
Branch: master
Commit: c05761feaa5e9ee8ca9a762229e6152e2f4b1804
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c05761feaa5e9e…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Aug 17 12:10:53 2011 +0200
Updated bug entries
---
.bugs/115 | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.bugs/115 b/.bugs/115
index 89bedd0..d098ad6 100644
--- a/.bugs/115
+++ b/.bugs/115
@@ -1,10 +1,11 @@
Title: livestatus: No timeperiod information available for 24X7
Component: livestatus
+State: done
+Class: bug
+Date: 2011-01-30 13:15:35
Benefit: 1
-State: open
Cost: 1
-Date: 2011-01-30 13:15:35
-Class: bug
+Fun: 0
Beim Neustart von Nagios tauchen teils Fehlermeldungen im Logfile auf:
@@ -33,3 +34,10 @@ Im laufenden Betrieb dann nicht mehr.
[1296122400] TIMEPERIOD TRANSITION: none;-1;0
[1296122400] TIMEPERIOD TRANSITION: us-holidays;-1;0
[1296122400] TIMEPERIOD TRANSITION: workhours;-1;1
+
+2011-08-17 12:10:51: changed state open -> done
+Fixed. It was du to a timed event broker message that
+came before the start of the eventloop. No timeperiod
+definitions had been loaded at that point of time. The
+timeperiod cache then was empty but anyway marked the
+current minute as being uptodate.