Only a fix... so let's load plugins next! :D
This commit is contained in:
parent
8dcacfb4e5
commit
0d41077eb6
2 changed files with 2 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ def main():
|
|||
environment = Environment()
|
||||
monitors = None
|
||||
notifications = {}
|
||||
plugins = {}
|
||||
services = {}
|
||||
tasks = {}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class Monitor:
|
|||
|
||||
notification.__init__(self, configuration, environment)
|
||||
notifications[notification_option] = notification
|
||||
#print(__file__ + ' (74): ' + str(notifications))
|
||||
#print(__file__ + ' (73): ' + str(notifications))
|
||||
|
||||
#print(__file__ + ' (75): ' + str(monitor_configuration))
|
||||
if self.__monitor_configuration.get('monitor', 'service'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue