Reverse ordering, run checks before starting timer

This commit is contained in:
Joshua Boniface 2023-09-15 22:25:37 -04:00
parent fa24f3ba75
commit 794cea4a02
1 changed files with 1 additions and 1 deletions

View File

@ -335,8 +335,8 @@ class MonitoringInstance(object):
)
)
self.start_check_timer()
self.run_plugins()
self.start_check_timer()
def __del__(self):
self.shutdown()