A simple monitoring solution written in Go (work in progress)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
257 B

set alert
monitor group
host www1.example.com address 10.11.135.101
# check allows for a check using a host/address
check ping
host www2.example.com address 10.11.135.102
check ping
# Address is optional, derived from host
monitor host monkey.com