Some normalizing and little more logging for monitors. (0.21.8)
This commit is contained in:
parent
9240012594
commit
edaeceda69
2 changed files with 5 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ from linspector.environment import Environment
|
|||
from linspector.linspector import Linspector
|
||||
from linspector.monitors import Monitors
|
||||
|
||||
__version__ = '0.21.7'
|
||||
__version__ = '0.21.8'
|
||||
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ def parse_args():
|
|||
|
||||
def linspector():
|
||||
args = parse_args()
|
||||
monitors = None
|
||||
monitors = {}
|
||||
notifications = {}
|
||||
plugins = {}
|
||||
# the scheduler is a dict to make it possible in the future to run more than one scheduler in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue