From ecf3a9e6cf0348889da20d22507cc817eb7f99d9 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Thu, 31 Aug 2017 17:43:28 +0200 Subject: [PATCH] pixelpark - dev-monitoring: upgrade b/c of Icinga 2.7 changes --- customer/pixelpark/dev-monitoring.pixelpark.com.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml index f344f544..313750a7 100644 --- a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml +++ b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml @@ -243,7 +243,7 @@ infra::profile::icinga2::object::notificationcommand: command: 'SysconfDir + /icinga2/scripts/mail-host-notification.sh' env: 'NOTIFICATIONTYPE': '$notification.type$' - 'HOSTALIAS': '$host.display_name$' + 'HOSTNAME': '$host.hostname$' 'HOSTADDRESS': '$address$' 'HOSTSTATE': '$host.state$' 'LONGDATETIME': '$icinga.long_date_time$' @@ -257,8 +257,8 @@ infra::profile::icinga2::object::notificationcommand: command: 'SysconfDir + /icinga2/scripts/mail-service-notification.sh' env: 'NOTIFICATIONTYPE': '$notification.type$' - 'SERVICEDESC': '$service.name$' - 'HOSTALIAS': '$host.display_name$' + 'SERVICENAME': '$service.name$' + 'HOSTNAME': '$host.hostname$' 'HOSTADDRESS': '$address$' 'SERVICESTATE': '$service.state$' 'LONGDATETIME': '$icinga.long_date_time$' -- 2.39.5