From b159048d49201943bfa9be0180c964b34110f4b9 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Thu, 31 Aug 2017 17:54:27 +0200 Subject: [PATCH] pixelpark - dev-monitoring: upgrade b/c of 2.7 changes - fix --- customer/pixelpark/dev-monitoring.pixelpark.com.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml index 313750a7..d064e661 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$' - 'HOSTNAME': '$host.hostname$' + 'HOSTNAME': '$host.name$' 'HOSTADDRESS': '$address$' 'HOSTSTATE': '$host.state$' 'LONGDATETIME': '$icinga.long_date_time$' @@ -258,7 +258,7 @@ infra::profile::icinga2::object::notificationcommand: env: 'NOTIFICATIONTYPE': '$notification.type$' 'SERVICENAME': '$service.name$' - 'HOSTNAME': '$host.hostname$' + 'HOSTNAME': '$host.name$' 'HOSTADDRESS': '$address$' 'SERVICESTATE': '$service.state$' 'LONGDATETIME': '$icinga.long_date_time$' -- 2.39.5