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

Naparuba naparuba at gmail.com
Tue Feb 28 22:16:33 UTC 2012


The following commit has been merged in the debian/master branch:
commit f482a41097bdc136755be186525a5c3e38a97a1f
Author: Naparuba <naparuba at gmail.com>
Date:   Fri Jan 27 09:14:26 2012 +0100

    Fix : no running_properties elements for notif ways

diff --git a/shinken/objects/notificationway.py b/shinken/objects/notificationway.py
index 554cf77..bced928 100644
--- a/shinken/objects/notificationway.py
+++ b/shinken/objects/notificationway.py
@@ -48,7 +48,7 @@ class NotificationWay(Item):
         'min_business_impact':                IntegerProp(default = '0', fill_brok=['full_status']),
     })
     
-    running_properties = {}
+    running_properties = Item.running_properties.copy()
 
     # This tab is used to transform old parameters name into new ones
     # so from Nagios2 format, to Nagios3 ones.

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list