minitor-go/test/invalid-config-unknown-alert.hcl

13 lines
159 B
HCL
Raw Permalink Normal View History

check_interval = "1s"
monitor "Command" {
command = ["echo", "$PATH"]
alert_down = ["not_log"]
alert_every = 0
}
alert "log" {
command = ["true"]
}