Update defaults and add tests for them
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
check_interval = "1s"
|
||||
default_alert_down = ["log_command"]
|
||||
default_alert_after = 1
|
||||
default_alert_every = 0
|
||||
default_alert_after = 2
|
||||
|
||||
monitor "Default" {
|
||||
command = ["echo"]
|
||||
}
|
||||
|
||||
monitor "Command" {
|
||||
command = ["echo", "$PATH"]
|
||||
|
||||
Reference in New Issue
Block a user