diff --git a/bin/linspector b/bin/linspector index 0b71b33..eb44d6a 100755 --- a/bin/linspector +++ b/bin/linspector @@ -64,6 +64,7 @@ def main(): environment = Environment() monitors = None notifications = {} + plugins = {} services = {} tasks = {} diff --git a/linspector/core/monitor.py b/linspector/core/monitor.py index 937c41e..a56e39b 100644 --- a/linspector/core/monitor.py +++ b/linspector/core/monitor.py @@ -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'):