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"
|
- "[STATUS] == 200"
|
||||||
alerts:
|
alerts:
|
||||||
- type: pushover
|
- type: pushover
|
||||||
- name: Sting
|
- name: Shadowfax
|
||||||
group: internal
|
group: internal
|
||||||
url: http://sting.jahanson.tech
|
url: icmp://shadowfax.jahanson.tech
|
||||||
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:
|
||||||
|
- 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:
|
alerts:
|
||||||
- type: pushover
|
- 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
|
- name: Gollum
|
||||||
group: internal
|
group: internal
|
||||||
url: http://gollum.jahanson.tech
|
url: http://gollum.jahanson.tech
|
||||||
|
@ -123,11 +123,11 @@ endpoints:
|
||||||
- type: pushover
|
- type: pushover
|
||||||
- name: Home Assistant
|
- name: Home Assistant
|
||||||
group: internal
|
group: internal
|
||||||
url: https://hass.jahanson.tech
|
url: icmp://hass.jahanson.tech
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue