mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
🩹 — Fix alerts in config-example.yaml
This commit is contained in:
parent
fec8395039
commit
cbc75c710c
1 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,14 @@
|
|||
general:
|
||||
frequency: "1m" # Run checks every minute.
|
||||
# Which way do you want to be warned when a check goes to that severity?
|
||||
alerts:
|
||||
error:
|
||||
ok:
|
||||
- local
|
||||
warning:
|
||||
- local
|
||||
alert:
|
||||
critical:
|
||||
- local
|
||||
unknown:
|
||||
- local
|
||||
service:
|
||||
secrets:
|
||||
|
|
Loading…
Reference in a new issue