mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
32 lines
767 B
YAML
32 lines
767 B
YAML
general:
|
|
frequency: 4h # Run checks every 4 hours.
|
|
alerts:
|
|
error:
|
|
- local
|
|
warning:
|
|
- local
|
|
alert:
|
|
- local
|
|
service:
|
|
port: 8888
|
|
# Can be generated using `openssl rand -base64 32`.
|
|
secrets:
|
|
- "O4kt8Max9/k0EmHaEJ0CGGYbBNFmK8kOZNIoUk3Kjwc"
|
|
- "x1T1VZR51pxrv5pQUyzooMG4pMUvHNMhA5y/3cUsYVs="
|
|
|
|
ssl:
|
|
thresholds:
|
|
critical: "1d"
|
|
warning: "10d"
|
|
|
|
websites:
|
|
- domain: "https://blog.notmyidea.org"
|
|
paths:
|
|
- path: "/"
|
|
checks:
|
|
- status-is: 200
|
|
- body-contains: "Alexis"
|
|
- ssl-certificate-expiration: "on-check"
|
|
- path: "/foo"
|
|
checks:
|
|
- status-is: 400
|