Create incident/update component status only after specified amount of failed connection trials

This commit is contained in:
Jacek Szubert
2017-03-09 13:11:08 +11:00
parent ffa141d114
commit 0b1e83eae1
4 changed files with 26 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class Agent(object):
"""
self.configuration.evaluate()
self.configuration.push_metrics()
self.configuration.if_trigger_update()
for decorator in self.decorators:
decorator.execute(self.configuration)