aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-04 01:38:32 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-04 01:38:32 +0200
commit24b10f4d389fcc5c23406eceef5d6e9a35551d21 (patch)
tree2353159f79d7c0495d3f6ab9717dfc727ae46f23 /readme.md
parentc59d4bbb60a56eb8a69d3896390b9610b62a5be3 (diff)
downloadstatuspage-24b10f4d389fcc5c23406eceef5d6e9a35551d21.tar
statuspage-24b10f4d389fcc5c23406eceef5d6e9a35551d21.tar.bz2
statuspage-24b10f4d389fcc5c23406eceef5d6e9a35551d21.tar.zst
extra recipients per service
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index a3755af..c4c000e 100644
--- a/readme.md
+++ b/readme.md
@@ -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`.