Module: check_mk
Branch: master
Commit: 1e31e2e59a462c6614915744332bdf75ef923c70
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1e31e2e59a462c…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Aug 28 16:24:57 2013 +0200
Updated bug entries #0926
---
.bugs/926 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.bugs/926 b/.bugs/926
index f4415e2..8d65b69 100644
--- a/.bugs/926
+++ b/.bugs/926
@@ -1,9 +1,9 @@
Title: host_state (and others) are not treated as integers in log table
Component: livestatus
-State: open
+Class: bug
+State: done
Date: 2013-08-12 10:45:03
Targetversion: 1.2.3i2
-Class: bug
Multisite assumes that columns like the host_state are integers.
@@ -45,3 +45,6 @@ Traceback (most recent call last):
KeyError: u'0'
--> We fix this in Multisite. Use saveint() here.
+
+2013-08-28 16:24:55: changed state open -> done
+Seems to be fixed now. But there might be other places...