12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
set alert "Don't think about it"
|
|
|
|
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
|