[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:18:43 UTC 2012
The following commit has been merged in the debian/master branch:
commit 0593b49c922389f66a6df6b727ddb809cb8d3c4f
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sun Feb 5 12:53:12 2012 +0100
Fix the missing import of livestatus_query_cache in the livestatus_broker
diff --git a/shinken/modules/livestatus_broker/livestatus_broker.py b/shinken/modules/livestatus_broker/livestatus_broker.py
index 8c0a5ec..e84011d 100644
--- a/shinken/modules/livestatus_broker/livestatus_broker.py
+++ b/shinken/modules/livestatus_broker/livestatus_broker.py
@@ -48,6 +48,8 @@ from shinken.misc.datamanager import datamgr
#Local import
from livestatus import LiveStatus
from livestatus_regenerator import LiveStatusRegenerator
+from livestatus_query_cache import LiveStatusQueryCache
+
# Class for the LiveStatus Broker
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list