mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
🐛 — Fix alerts config in test scenario
This commit is contained in:
parent
75df5c1110
commit
2d6091ea41
1 changed files with 3 additions and 2 deletions
|
@ -143,9 +143,10 @@ def empty_config():
|
||||||
general=schemas.config.General(
|
general=schemas.config.General(
|
||||||
frequency="1m",
|
frequency="1m",
|
||||||
alerts=schemas.config.Alert(
|
alerts=schemas.config.Alert(
|
||||||
error=["", ""],
|
ok=["", ""],
|
||||||
warning=["", ""],
|
warning=["", ""],
|
||||||
alert=["", ""],
|
critical=["", ""],
|
||||||
|
unknown=["", ""],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
service=schemas.config.Service(
|
service=schemas.config.Service(
|
||||||
|
|
Loading…
Reference in a new issue