From: Thomas Dalichow Date: Thu, 31 Aug 2017 15:54:27 +0000 (+0200) Subject: pixelpark - dev-monitoring: upgrade b/c of 2.7 changes - fix X-Git-Tag: v0.1.0~2509^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b159048d49201943bfa9be0180c964b34110f4b9;p=pixelpark%2Fhiera.git pixelpark - dev-monitoring: upgrade b/c of 2.7 changes - fix --- 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$'