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

Gerhard Lausser gerhard.lausser at consol.de
Tue Feb 28 22:15:50 UTC 2012


The following commit has been merged in the debian/master branch:
commit c7f2b741648c9fd6117a8c1429b51fadf502b19f
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date:   Mon Jan 23 12:03:23 2012 +0100

    Fix a bug in logstore_mongodb which needs the generic method commit_and_rotate_log_db too

diff --git a/shinken/modules/logstore_mongodb.py b/shinken/modules/logstore_mongodb.py
index 66c4f08..c2d5e68 100644
--- a/shinken/modules/logstore_mongodb.py
+++ b/shinken/modules/logstore_mongodb.py
@@ -107,6 +107,10 @@ class LiveStatusLogStoreMongoDB(BaseModule):
     def commit(self):
         pass
 
+    def commit_and_rotate_log_db(self):
+        """ Not necessary for a MongoDB."""
+        pass
+
     def do_i_need_this_manage_brok(self, brok):
         """ Look for a manager function for a brok, and call it """
         manage = getattr(self, 'manage_' + brok.type + '_brok', None)

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list