Added basic scheduler code.
This commit is contained in:
parent
fd7bad223f
commit
ca6b424473
3 changed files with 36 additions and 6 deletions
|
|
@ -21,6 +21,11 @@ notifications = SMS
|
|||
run_mode = cron
|
||||
; members to send notifications to if something internally in Linspector went wrong.
|
||||
members = superadmin@example.com,developers@example.com
|
||||
; scheduler configuration
|
||||
start_scheduler = true
|
||||
max_threads = 3500
|
||||
max_processes = 100
|
||||
timezone = CET
|
||||
|
||||
; hostgroup parents; if the hostgroup "group1" is down, don't alert for the hosts in group2. see TODO.txt for more
|
||||
; information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue