ping instead of http check
This commit is contained in:
parent
5ad1da281a
commit
6a706b76e7
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ endpoints:
|
|||
- type: pushover
|
||||
- name: Gandalf
|
||||
group: internal
|
||||
url: http://10.1.1.13
|
||||
url: icmp://10.1.1.13
|
||||
interval: 1m
|
||||
client:
|
||||
dns-resolver: tcp://10.1.1.1:53
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CONNECTED] == true"
|
||||
alerts:
|
||||
- type: pushover
|
||||
- name: Gollum
|
||||
|
|
Loading…
Reference in a new issue