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$'
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$'