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
|
- type: pushover
|
||||||
- name: Gandalf
|
- name: Gandalf
|
||||||
group: internal
|
group: internal
|
||||||
url: http://10.1.1.13
|
url: icmp://10.1.1.13
|
||||||
interval: 1m
|
interval: 1m
|
||||||
client:
|
client:
|
||||||
dns-resolver: tcp://10.1.1.1:53
|
dns-resolver: tcp://10.1.1.1:53
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[CONNECTED] == true"
|
||||||
alerts:
|
alerts:
|
||||||
- type: pushover
|
- type: pushover
|
||||||
- name: Gollum
|
- name: Gollum
|
||||||
|
|
Loading…
Reference in a new issue