diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2021-01-24 10:31:53 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2021-01-24 10:31:53 -0500 |
| commit | a4554be33914fd7cd77eea3326a747078bbe4c50 (patch) | |
| tree | 5e97506f384344662f9d3e55a6f83f88c76d6217 /sample-config.yml | |
| download | checkup-a4554be33914fd7cd77eea3326a747078bbe4c50.tar.gz checkup-a4554be33914fd7cd77eea3326a747078bbe4c50.tar.xz | |
initial
Diffstat (limited to 'sample-config.yml')
| -rw-r--r-- | sample-config.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sample-config.yml b/sample-config.yml new file mode 100644 index 0000000..dadbc0a --- /dev/null +++ b/sample-config.yml @@ -0,0 +1,17 @@ +--- +RocketChatURL: changeme +DiscordURL: changeme + +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': |
