diff --git a/gatus/config.yaml b/gatus/config.yaml index fbb48d0..f050e1b 100755 --- a/gatus/config.yaml +++ b/gatus/config.yaml @@ -229,4 +229,13 @@ endpoints: url: "http://stash:9999" interval: 1m conditions: - - "[STATUS] == 200" \ No newline at end of file + - "[STATUS] == 200" + - name: Radarr + url: http://radarr:7878 + interval: 60s + conditions: + - "[STATUS] == 200" + alerts: + - type: ntfy + description: "Radarr is down" + send-on-resolved: true