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:
|
general:
|
||||||
frequency: "1m" # Run checks every minute.
|
frequency: "1m" # Run checks every minute.
|
||||||
|
# Which way do you want to be warned when a check goes to that severity?
|
||||||
alerts:
|
alerts:
|
||||||
error:
|
ok:
|
||||||
- local
|
- local
|
||||||
warning:
|
warning:
|
||||||
- local
|
- local
|
||||||
alert:
|
critical:
|
||||||
|
- local
|
||||||
|
unknown:
|
||||||
- local
|
- local
|
||||||
service:
|
service:
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Reference in a new issue