bundles/icinga2: add node name to automatic downtime comment
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-23 14:30:34 +02:00
parent e05b306702
commit ebb6d287b2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,8 +3,8 @@
object ScheduledDowntime "unattended_upgrades" {
host_name = "${monitored_node.name}"
author = "upgrade-and-reboot"
comment = "Downtime for upgrade-and-reboot"
author = "unattended-upgrades"
comment = "Downtime for upgrade-and-reboot of node ${monitored_node.name}"
fixed = true