gremlin: gatus sync radarr
This commit is contained in:
parent
bfce884857
commit
211219a0ff
1 changed files with 10 additions and 1 deletions
|
|
@ -229,4 +229,13 @@ endpoints:
|
||||||
url: "http://stash:9999"
|
url: "http://stash:9999"
|
||||||
interval: 1m
|
interval: 1m
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
|
- name: Radarr
|
||||||
|
url: http://radarr:7878
|
||||||
|
interval: 60s
|
||||||
|
conditions:
|
||||||
|
- "[STATUS] == 200"
|
||||||
|
alerts:
|
||||||
|
- type: ntfy
|
||||||
|
description: "Radarr is down"
|
||||||
|
send-on-resolved: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue