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:
@@ -76,7 +76,7 @@ in
|
||||
{
|
||||
alert = "Reboot";
|
||||
expr = "time() - node_boot_time_seconds < 300";
|
||||
annotations.summary = "{{$labels.alias}}: Reboot";
|
||||
annotations.summary = "{{$labels.job}}: Reboot";
|
||||
}
|
||||
];
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user