From ebb6d287b2f1550681a999c29d3ada1fd404f979 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 23 Apr 2021 14:30:34 +0200 Subject: [PATCH] bundles/icinga2: add node name to automatic downtime comment --- bundles/icinga2/files/icinga2/downtimes.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/icinga2/files/icinga2/downtimes.conf b/bundles/icinga2/files/icinga2/downtimes.conf index 31195be..a301239 100644 --- a/bundles/icinga2/files/icinga2/downtimes.conf +++ b/bundles/icinga2/files/icinga2/downtimes.conf @@ -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