1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(monitoring): display host name in reboot message

This commit is contained in:
2021-11-08 10:06:29 +01:00
parent bf7d0165b1
commit e275c81257

View File

@@ -76,7 +76,7 @@ in
{
alert = "Reboot";
expr = "time() - node_boot_time_seconds < 300";
annotations.summary = "{{$labels.alias}}: Reboot";
annotations.summary = "{{$labels.job}}: Reboot";
}
];
}];