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