diff --git a/configs/monitoring/pull.nix b/configs/monitoring/pull.nix index 3f87eb7..db6c4e0 100644 --- a/configs/monitoring/pull.nix +++ b/configs/monitoring/pull.nix @@ -76,7 +76,7 @@ in { alert = "Reboot"; expr = "time() - node_boot_time_seconds < 300"; - annotations.summary = "{{$labels.alias}}: Reboot"; + annotations.summary = "{{$labels.job}}: Reboot"; } ]; }];