add gandalf/shadowfax with icmp and remove sting. Update hass to icmp.
This commit is contained in:
parent
3341360a4d
commit
611371a6dd
1 changed files with 15 additions and 15 deletions
|
@ -78,26 +78,26 @@ endpoints:
|
|||
- "[STATUS] == 200"
|
||||
alerts:
|
||||
- type: pushover
|
||||
- name: Sting
|
||||
- name: Shadowfax
|
||||
group: internal
|
||||
url: http://sting.jahanson.tech
|
||||
url: icmp://shadowfax.jahanson.tech
|
||||
interval: 1m
|
||||
client:
|
||||
dns-resolver: tcp://10.1.1.1:53
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CONNECTED] == true"
|
||||
alerts:
|
||||
- type: pushover
|
||||
- name: Gandalf
|
||||
group: internal
|
||||
url: icmp://gandalf.jahanson.tech
|
||||
interval: 1m
|
||||
client:
|
||||
dns-resolver: tcp://10.1.1.1:53
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
alerts:
|
||||
- type: pushover
|
||||
# - name: Gandalf
|
||||
# group: internal
|
||||
# url: https://gandalf.jahanson.tech:8443
|
||||
# interval: 1m
|
||||
# client:
|
||||
# dns-resolver: tcp://10.1.1.1:53
|
||||
# conditions:
|
||||
# - "[STATUS] == 200"
|
||||
# alerts:
|
||||
# - type: pushover
|
||||
- name: Gollum
|
||||
group: internal
|
||||
url: http://gollum.jahanson.tech
|
||||
|
@ -123,11 +123,11 @@ endpoints:
|
|||
- type: pushover
|
||||
- name: Home Assistant
|
||||
group: internal
|
||||
url: https://hass.jahanson.tech
|
||||
url: icmp://hass.jahanson.tech
|
||||
interval: 1m
|
||||
client:
|
||||
dns-resolver: tcp://10.1.1.1:53
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CONNECTED] == true"
|
||||
alerts:
|
||||
- type: pushover
|
||||
|
|
Loading…
Reference in a new issue