Reverse ordering, run checks before starting timer
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user