[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Naparuba naparuba at gmail.com
Tue Feb 28 22:13:04 UTC 2012


The following commit has been merged in the debian/master branch:
commit 9487e0c8b0e204a84b2219cbdb67132d883e7f5b
Author: Naparuba <naparuba at gmail.com>
Date:   Tue Jan 10 16:20:31 2012 +0100

    Fix : (reported by hobgoblinsmaster) missing time import that make queries crash.

diff --git a/shinken/modules/livestatus_broker/mapping.py b/shinken/modules/livestatus_broker/mapping.py
index a402cd7..6238592 100644
--- a/shinken/modules/livestatus_broker/mapping.py
+++ b/shinken/modules/livestatus_broker/mapping.py
@@ -1,6 +1,7 @@
 
 
 import os
+import time
 
 from shinken.bin import VERSION
 from shinken.macroresolver import MacroResolver

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list