diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-12 16:39:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-12 16:39:21 +0200 |
commit | a9fd82ae18eb67f6288d46d40bc893598922d181 (patch) | |
tree | 0f8f2d2cef42fcac145d5beb097e76197bc6f232 /statuspage-git/statuspage.yaml | |
download | pkgbuilds-a9fd82ae18eb67f6288d46d40bc893598922d181.tar pkgbuilds-a9fd82ae18eb67f6288d46d40bc893598922d181.tar.bz2 pkgbuilds-a9fd82ae18eb67f6288d46d40bc893598922d181.tar.zst |
add existing pkgbuilds
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/ } |