Basic scheduling works now but execution of services is not available. Lot of stuff done...
This commit is contained in:
parent
1420738299
commit
8808b657c4
54 changed files with 538 additions and 199 deletions
|
|
@ -19,6 +19,7 @@ tasks = redis
|
|||
; internally to single hosts to become a monitor for each host internally. some more ideas are in ;)
|
||||
; hosts with added hostgroup defined in main configuration file
|
||||
hosts = 192.168.0.1,192.168.23.24,@group1,@testgroup1
|
||||
hostgroup = group1
|
||||
user = USERNAME
|
||||
password = PASSWORD
|
||||
info = Cable Provider
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
service = misc.dummy
|
||||
interval = 1
|
||||
3
etc/monitors/test/test10.conf
Normal file
3
etc/monitors/test/test10.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 60
|
||||
3
etc/monitors/test/test2.conf
Normal file
3
etc/monitors/test/test2.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 60
|
||||
3
etc/monitors/test/test3.conf
Normal file
3
etc/monitors/test/test3.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 120
|
||||
3
etc/monitors/test/test4.conf
Normal file
3
etc/monitors/test/test4.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 50
|
||||
3
etc/monitors/test/test5.conf
Normal file
3
etc/monitors/test/test5.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 62
|
||||
3
etc/monitors/test/test6.conf
Normal file
3
etc/monitors/test/test6.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 30
|
||||
3
etc/monitors/test/test7.conf
Normal file
3
etc/monitors/test/test7.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 60
|
||||
3
etc/monitors/test/test8.conf
Normal file
3
etc/monitors/test/test8.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 60
|
||||
3
etc/monitors/test/test9.conf
Normal file
3
etc/monitors/test/test9.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[monitor]
|
||||
service = misc.dummy
|
||||
interval = 240
|
||||
Loading…
Add table
Add a link
Reference in a new issue