mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
fix(monitoring): display host name in reboot message
This commit is contained in:
@@ -76,7 +76,7 @@ in
|
|||||||
{
|
{
|
||||||
alert = "Reboot";
|
alert = "Reboot";
|
||||||
expr = "time() - node_boot_time_seconds < 300";
|
expr = "time() - node_boot_time_seconds < 300";
|
||||||
annotations.summary = "{{$labels.alias}}: Reboot";
|
annotations.summary = "{{$labels.job}}: Reboot";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}];
|
}];
|
||||||
|
|||||||
Reference in New Issue
Block a user