aboutsummaryrefslogtreecommitdiff
path: root/sample-config.yml
blob: cf5421cf2f8b8152ec53a41e35589b6386d6ef62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
RocketChatURL: changeme
DiscordURL: changeme

Interval: 1
# How often do we ping again if there's an error and no change in status?
RenotifyInterval: 900

# How many concurrent requests do we run?
Workers: 10

DefaultCertPort: '443'
# In Days
CertWindow: 15
CheckCerts:
  'riedstra.dev':
  'git.riedstra.dev':
  'dispatch.riedstra.dev':

ExpectedStatusCode: 200
StatusChecks:
  'https://riedstra.dev':
  'https://git.riedstra.dev':
  'https://dispatch.riedstra.dev':