[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Nicolas DUPEUX
nicolas.dupeux at arkea.com
Tue Feb 28 22:22:13 UTC 2012
The following commit has been merged in the debian/master branch:
commit f2bbb6d5d5b9595a76df7cc132b9c35fa6b9ef63
Author: Nicolas DUPEUX <nicolas.dupeux at arkea.com>
Date: Wed Feb 22 09:41:07 2012 +0100
check_freshness shouldn't be in retention
diff --git a/shinken/objects/host.py b/shinken/objects/host.py
index 562e825..f1a6ced 100644
--- a/shinken/objects/host.py
+++ b/shinken/objects/host.py
@@ -79,7 +79,7 @@ class Host(SchedulingItem):
'passive_checks_enabled': BoolProp(default='1', fill_brok=['full_status'], retention=True),
'check_period': StringProp(fill_brok=['full_status']),
'obsess_over_host': BoolProp(default='0', fill_brok=['full_status'], retention=True),
- 'check_freshness': BoolProp(default='0', fill_brok=['full_status'], retention=True),
+ 'check_freshness': BoolProp(default='0', fill_brok=['full_status']),
'freshness_threshold': IntegerProp(default='0', fill_brok=['full_status']),
'event_handler': StringProp(default='', fill_brok=['full_status']),
'event_handler_enabled': BoolProp(default='0', fill_brok=['full_status']),
diff --git a/shinken/objects/service.py b/shinken/objects/service.py
index a4bf0e2..397cb82 100644
--- a/shinken/objects/service.py
+++ b/shinken/objects/service.py
@@ -82,7 +82,7 @@ class Service(SchedulingItem):
'passive_checks_enabled': BoolProp (default='1', fill_brok=['full_status'], retention=True),
'check_period': StringProp (fill_brok= ['full_status']),
'obsess_over_service': BoolProp (default='0', fill_brok=['full_status'], retention=True),
- 'check_freshness': BoolProp (default='0', fill_brok=['full_status'], retention=True),
+ 'check_freshness': BoolProp (default='0', fill_brok=['full_status']),
'freshness_threshold': IntegerProp(default='0', fill_brok=['full_status']),
'event_handler': StringProp (default='', fill_brok=['full_status']),
'event_handler_enabled': BoolProp (default='0',fill_brok=['full_status'], retention=True),
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list