nix/profiles/monitoring/rules/common.nix
Jeltz a64b34810d
wip: nixpkgs versions + infra network + monitoring
Signed-off-by: Jeltz <jeltz@federez.net>
2025-04-05 21:26:29 +02:00

9 lines
158 B
Nix

{ critical, ... }:
{
CommonTargetMissing = {
expr = "up == 0";
for = "3m";
labels = critical;
annotations.Job = "{{ $labels.job }}";
};
}