viola: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-03-25 18:48:47 +03:00
parent bcb7f2dcb0
commit 793b14918a
34 changed files with 1320 additions and 326 deletions

View file

@ -0,0 +1,27 @@
_: {
services = {
prometheus = {
alertmanager = {
enable = true;
configuration = {
route = {
receiver = "null";
group_by = [
"alertname"
"job"
];
group_wait = "30s";
group_interval = "5m";
repeat_interval = "12h";
};
receivers = [
{
name = "null";
}
];
};
};
};
};
}