Run monitoring plugins once on startup

This commit is contained in:
Joshua Boniface 2023-09-15 17:53:16 -04:00
parent 86830286f3
commit 479e156234
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ class MonitoringInstance(object):
)
self.start_check_timer()
self.run_plugins()
def __del__(self):
self.shutdown()