icmp not working for some reason.
This commit is contained in:
parent
96553547d7
commit
09f6d14e13
1 changed files with 31 additions and 28 deletions
|
@ -78,24 +78,6 @@ endpoints:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
alerts:
|
alerts:
|
||||||
- type: pushover
|
- type: pushover
|
||||||
- name: Shadowfax
|
|
||||||
group: internal
|
|
||||||
url: icmp://shadowfax.jahanson.tech
|
|
||||||
interval: 1m
|
|
||||||
client:
|
|
||||||
dns-resolver: tcp://10.1.1.1:53
|
|
||||||
conditions:
|
|
||||||
- "[CONNECTED] == true"
|
|
||||||
alerts:
|
|
||||||
- type: pushover
|
|
||||||
- name: Gandalf
|
|
||||||
group: internal
|
|
||||||
url: icmp://gandalf.jahanson.tech
|
|
||||||
interval: 1m
|
|
||||||
conditions:
|
|
||||||
- "[CONNECTED] == true"
|
|
||||||
alerts:
|
|
||||||
- type: pushover
|
|
||||||
- name: Gollum
|
- name: Gollum
|
||||||
group: internal
|
group: internal
|
||||||
url: http://gollum.jahanson.tech
|
url: http://gollum.jahanson.tech
|
||||||
|
@ -119,13 +101,34 @@ endpoints:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
alerts:
|
alerts:
|
||||||
- type: pushover
|
- type: pushover
|
||||||
- name: Home Assistant
|
### No clue why icmp is not working.
|
||||||
group: internal
|
# - name: Shadowfax
|
||||||
url: icmp://hass.jahanson.tech
|
# group: internal
|
||||||
interval: 1m
|
# url: icmp://shadowfax.jahanson.tech
|
||||||
client:
|
# interval: 1m
|
||||||
dns-resolver: tcp://10.1.1.1:53
|
# client:
|
||||||
conditions:
|
# dns-resolver: tcp://10.1.1.1:53
|
||||||
- "[CONNECTED] == true"
|
# conditions:
|
||||||
alerts:
|
# - "[CONNECTED] == true"
|
||||||
- type: pushover
|
# 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: Home Assistant
|
||||||
|
# group: internal
|
||||||
|
# url: icmp://hass.jahanson.tech
|
||||||
|
# interval: 1m
|
||||||
|
# client:
|
||||||
|
# dns-resolver: tcp://10.1.1.1:53
|
||||||
|
# conditions:
|
||||||
|
# - "[CONNECTED] == true"
|
||||||
|
# alerts:
|
||||||
|
# - type: pushover
|
||||||
|
|
Loading…
Reference in a new issue