minitor-go/test/invalid-config-missing-alerts.hcl

8 lines
159 B
HCL
Raw Permalink Normal View History

check_interval = "1s"
monitor "Command" {
command = ["echo", "$PATH"]
alert_down = [ "alert_down", "log_shell", "log_command" ]
alert_every = 0
}