mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
prometheus, alertmanager: Improve alerts
This commit is contained in:
parent
e728fe43bb
commit
36f24bdd30
2 changed files with 15 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ in
|
|||
expr = "up == 0";
|
||||
for = "2m";
|
||||
labels.severity = "critical";
|
||||
annotations.summary = "Instance {{ $labels.instance }} down";
|
||||
annotations.summary = "{{ $labels.instance }} is DOWN";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue