Some more logging stuff...
This commit is contained in:
parent
60d4cd9dd8
commit
e665933bfb
9 changed files with 34 additions and 21 deletions
|
|
@ -7,7 +7,9 @@ service = net.fritzboxuplink
|
|||
hosts = 192.168.0.1,192.168.23.24,@group1,@testgroup1
|
||||
interval = 60
|
||||
|
||||
; optional options when using notifications, plugins, services or tasks:
|
||||
; optional options when using notifications, plugins, services or tasks. btw. they still can be a required argument by
|
||||
; a corresponding notification, plugin, service or task. they will need to check required args by themself and throw an
|
||||
; exception if something fails. linspector never knows about required args:
|
||||
[args]
|
||||
; notifications separated by ','. no whitespaces allowed. the case is not important.
|
||||
notifications = sms,emaiL
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[monitor]
|
||||
description = Test10
|
||||
service = misc.dummy
|
||||
interval = 60
|
||||
interval = 120
|
||||
hosts = 192.168.10.10
|
||||
|
||||
[args]
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ interval = 10
|
|||
hosts = 192.168.10.10
|
||||
|
||||
[args]
|
||||
test_dummy_arg = nothing
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[monitor]
|
||||
description = Test3
|
||||
service = misc.dummy
|
||||
interval = 120
|
||||
interval = 5
|
||||
hosts = 192.168.10.10
|
||||
|
||||
[args]
|
||||
foo = bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue