-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
134 lines (132 loc) · 3.89 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
settings:
title: 'Servarr Status'
url: 'https://status.servarr.com' # used for Slack messages
logo: servarr_dark_256.png # image in ./public/ folder
daysInHistogram: 90 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations
allmonitorsOperational: 'All Systems Operational'
notAllmonitorsOperational: 'Not All Systems Operational'
monitorLabelOperational: 'Operational'
monitorLabelNotOperational: 'Not Operational'
monitorLabelNoData: 'No data'
dayInHistogramNoData: 'No data'
dayInHistogramOperational: 'All good'
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
monitors:
- id: prowlarr-update # unique identifier
name: Prowlarr Update
group: prowlarr
# description: 'You write code. They handle the rest.' # default=empty
url: 'https://prowlarr.servarr.com/v1/ping' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
icon: prowlarr_256.png
- id: prowlarr-indexers
name: Prowlarr Indexers
group: prowlarr
url: https://indexers.prowlarr.com
icon: prowlarr_256.png
- id: prowlarr-website
name: Prowlarr Website
group: prowlarr
url: https://prowlarr.com
icon: prowlarr_256.png
- id: lidarr-website
name: Lidarr Website
group: lidarr
url: https://lidarr.audio
icon: lidarr_256.png
- id: lidarr-update
name: Lidarr Update
group: lidarr
url: https://lidarr.servarr.com/v1/ping
icon: lidarr_256.png
- id: lidarr-api-v04
name: Lidarr API (v0.4)
group: lidarr
url: https://api.lidarr.audio/api/v0.4/
icon: lidarr_256.png
- id: lidarr-api-testing
name: Lidarr Testing API
group: lidarr
url: https://api.lidarr.audio/api/testing/
icon: lidarr_256.png
- id: lidarr-image-cache
name: Lidarr Image Cache
group: lidarr
url: https://imagecache.lidarr.audio/v1
icon: lidarr_256.png
- id: radarr-update
name: Radarr Update
group: radarr
url: https://radarr.servarr.com/v1/ping
icon: radarr_256.png
- id: radarr-metadata-v1
name: Radarr Metadata (v1)
group: radarr
url: https://api.radarr.video/v1
icon: radarr_256.png
- id: radarr-website
name: Radarr Website
group: radarr
url: https://radarr.video
icon: radarr_256.png
- id: readarr-update
name: Readarr Update
group: readarr
url: https://readarr.servarr.com/v1/ping
icon: readarr_256.png
- id: readarr-website
name: Readarr Website
group: readarr
url: https://readarr.com
icon: readarr_256.png
- id: wiki
name: Wiki
group: general
url: https://wiki.servarr.com
followRedirect: true
icon: servarr_dark_256.png
- id: weblate
name: Weblate
group: general
url: https://translate.servarr.com
followRedirect: true
icon: servarr_dark_256.png
- id: github-bot
name: GitHub Bot
group: general
url: https://githubbot.servarr.com/
icon: servarr_dark_256.png
- id: auth-server
name: OAuth Server
group: general
url: https://auth.servarr.com/v1
icon: servarr_dark_256.png
- id: prowlarr-requests
name: Indexer Requests
group: prowlarr
expectStatus: 302
url: https://requests.prowlarr.com/
icon: prowlarr_256.png
- id: whisparr-website
name: Whisparr Website
group: whisparr
url: https://whisparr.com
icon: whisparr_256.png
- id: whisparr-update
name: Whisparr Update
group: whisparr
url: https://whisparr.servarr.com/v1/ping
icon: whisparr_256.png
- id: whisparr-metadata-v1
name: Whisparr Metadata (v1)
group: whisparr
url: https://api.whisparr.com/v1/
icon: whisparr_256.png
- id: whisparr-metadata-v2
name: Whisparr Metadata (v3)
group: whisparr
url: https://api.whisparr.com/v3/
icon: whisparr_256.png