Reverse ordering, run checks before starting timer
This commit is contained in:
parent
fa24f3ba75
commit
794cea4a02
|
@ -335,8 +335,8 @@ class MonitoringInstance(object):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
self.start_check_timer()
|
|
||||||
self.run_plugins()
|
self.run_plugins()
|
||||||
|
self.start_check_timer()
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
self.shutdown()
|
self.shutdown()
|
||||||
|
|
Loading…
Reference in New Issue