Add more config validation
Validates that all alerts are actually found in the alert list
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
check_interval: 1
|
||||
|
||||
monitors:
|
||||
- name: Command
|
||||
command: ['echo', '$PATH']
|
||||
alert_down: [ 'not_log']
|
||||
# alert_every: -1
|
||||
alert_every: 0
|
||||
|
||||
|
||||
alerts:
|
||||
log:
|
||||
command: ['true']
|
||||
Reference in New Issue
Block a user