Just small fixes. (0.23.1)
This commit is contained in:
parent
1ef835cfe6
commit
9500b91c2d
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ from linspector.environment import Environment
|
|||
from linspector.linspector import Linspector
|
||||
from linspector.monitors import Monitors
|
||||
|
||||
__version__ = '0.23.0'
|
||||
__version__ = '0.23.1'
|
||||
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class IsConnectedService(Service):
|
|||
' host=' + monitor.get_host() +
|
||||
' service=' + service +
|
||||
' error=' + str(err))
|
||||
return False
|
||||
return {"status": 'ERROR', "message": str(err)}
|
||||
|
||||
self._log.info('identifier=' + identifier +
|
||||
' host=' + monitor.get_host() +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue