[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:12:39 UTC 2012
The following commit has been merged in the debian/master branch:
commit 0f78a3c00ff8dbb75b1744f14e01753d493a2fd9
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sun Jan 8 21:57:12 2012 +0100
FIX classname of a livestatus database exception
diff --git a/shinken/modules/livestatus_broker/livestatus_broker.py b/shinken/modules/livestatus_broker/livestatus_broker.py
index d36eebc..3b31aa9 100644
--- a/shinken/modules/livestatus_broker/livestatus_broker.py
+++ b/shinken/modules/livestatus_broker/livestatus_broker.py
@@ -682,7 +682,7 @@ class Livestatus_broker(BaseModule):
try:
if logclass != LOGCLASS_INVALID:
self.db.execute('INSERT INTO LOGS VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)', values)
- except LivestatusDbEerror, e:
+ except LiveStatusDbEerror, e:
print "An error occurred:", e.args[0]
print "DATABASE ERROR!!!!!!!!!!!!!!!!!"
self.livestatus.count_event('log_message')
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list