diff options
Diffstat (limited to 'statuspage-git/statuspage.yaml')
-rw-r--r-- | statuspage-git/statuspage.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/statuspage-git/statuspage.yaml b/statuspage-git/statuspage.yaml new file mode 100644 index 0000000..2d7d0eb --- /dev/null +++ b/statuspage-git/statuspage.yaml @@ -0,0 +1,14 @@ +title: "My Status Page" +bind: 127.0.0.1:8000 +interval: 60 + +services: + - title: sshd + checks: + - !systemd "sshd" + + - title: CUPS + url: https://127.0.0.1:631/ + checks: + - !systemd cups + - !http { url: https://127.0.0.1:631/ } |