diff --git a/config.yaml b/config.yaml index 926278c..cc6ff34 100644 --- a/config.yaml +++ b/config.yaml @@ -33,5 +33,17 @@ monitors: - id: plex.nicholaspease.com name: Plex url: 'https://plex.nicholaspease.com' - method: GEt + method: GET + expectStatus: 200 + + - id: radarr.nicholaspease.com + name: Radarr + url: 'https://radarr.nicholaspease.com' + method: GET + expectStatus: 200 + + - id: sonarr.nicholaspease.com + name: Sonarr + url: 'https://sonarr.nicholaspease.com' + method: GET expectStatus: 200 \ No newline at end of file