diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-04 01:38:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-04 01:38:32 +0200 |
commit | 24b10f4d389fcc5c23406eceef5d6e9a35551d21 (patch) | |
tree | 2353159f79d7c0495d3f6ab9717dfc727ae46f23 /readme.md | |
parent | c59d4bbb60a56eb8a69d3896390b9610b62a5be3 (diff) | |
download | statuspage-24b10f4d389fcc5c23406eceef5d6e9a35551d21.tar statuspage-24b10f4d389fcc5c23406eceef5d6e9a35551d21.tar.bz2 statuspage-24b10f4d389fcc5c23406eceef5d6e9a35551d21.tar.zst |
extra recipients per service
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -21,8 +21,8 @@ bind: 127.0.0.1:8000 interval: 60 # check interval in seconds mail: # the entire mail section is optional - from: status@example.org - to: [admin@example.org] + mail_from: status@example.org + mail_to: [admin@example.org] smtp_auth: !plain # can be !plain, !starttls or !tls smtp_server: 127.0.0.1 smtp_port: 8025 @@ -40,6 +40,11 @@ services: - !http { url: https://meet.metamuffin.org/ } # this checks that status code of a HTTP request for success - title: failing service + mail_to: [bob@example.org] # for this service, bob will be notified too checks: - !shell { title: "Do nothing unsuccessfully", command: "false" } # this runs a command and checks the exit code ``` + +## License + +AGPL-3.0-only; See `COPYING`. |