Am 19.06.2015 um 11:47 schrieb Tejas Gadaria: Hi Michael,
By invoking "icinga2 object list --type Notification", I can see that mail-host-notification is not generated..! Exactly what I was thinking. icinga2 daemon -C will tell you about apply rules not matching to anything with a warning log entry as well. Which means, your apply rule expression is wrong assign where host.vars.notification.mail Now that we don't know the host object configuration, please check whether this attribute exists. If not, either add it accordingly, or change your apply rule expression. Further, please post the host object. Kind regards, Michael Object 'JIVVDPMGWAPP28!users!mail-icingaadmin' of type 'Notification': % declared in '/etc/icinga2/conf.d/notifications.conf', lines 20:1-20:48 * __name = "JIVVDPMGWAPP28!users!mail-icingaadmin" * command = "mail-service-notification" % = modified in '/etc/icinga2/conf.d/templates.conf', lines 78:3-78:39 Regards, Tejas On Wed, Jun 17, 2015 at 6:01 PM, Michael Friedrich <[email protected]<mailto:[email protected]>> wrote: Am 17.06.2015 um 13:45 schrieb Tejas Gadaria: Hi Michael, Missed to paste Notification object configuration part, it's as below. apply Notification "mail-icingaadmin" to Host { import "mail-host-notification" users = [ "Tejas","icingaadmin" ] user_groups = host.vars.notification.mail.groups assign where host.vars.notification.mail } Make sure verify that the actual notification object is generated, e.g. by invoking 'icinga2 object list --type Notification' Kind regards, Michael Regards, Tejas On Wed, Jun 17, 2015 at 4:57 PM, Michael Friedrich <[email protected]<mailto:[email protected]>> wrote: Am 17.06.2015 um 13:20 schrieb Tejas Gadaria: Hi, I am not able to receive mail notification from icinga2 when host goes down or host restarts. Although it notifies me on dashboard if host is down. It sends notification for services also. I am using below host notification configuration.. Notification command : --------------------------------- object NotificationCommand "mail-host-notification" { import "plugin-notification-command" command = [ SysconfDir + "/icinga2/scripts/mail-host-notification.sh" ] env = { NOTIFICATIONTYPE = "$notification.type$" HOSTALIAS = "$host.display_name$" HOSTADDRESS = "$address$" HOSTSTATE = "$host.state$" LONGDATETIME = "$icinga.long_date_time$" HOSTOUTPUT = "$host.output$" NOTIFICATIONAUTHORNAME = "$notification.author$" NOTIFICATIONCOMMENT = "$notification.comment$" HOSTDISPLAYNAME = "$host.display_name$" USEREMAIL = "$user.email$" } } Template: ------------- template Notification "mail-host-notification" { command = "mail-host-notification" /* interval = 15m */ states = [ Up, Down ] types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ] period = "24x7" } User ------- object User "Tejas" { import "generic-user" enable_notifications = true states = [ OK, Warning, Critical ] types = [ Problem, Recovery ] display_name = "Tejas Gadaria" groups = [ "icingaadmins","ZePMGRelease"] email = "refond,[email protected]<mailto:[email protected]>" } Where is the Notification object/apply rule defined for your host? (Hint: 'icinga2 object list --type Notification') Add both, the notification and host config objects. Kind regards, Michael Also I tried to add "Up, Down" attribute to user states but no luck. While surfing i found this bug https://dev.icinga.org/issues/6973 any help will be appreciated Regards, Tejas _______________________________________________ icinga-users mailing list [email protected]<mailto:[email protected]> https://lists.icinga.org/mailman/listinfo/icinga-users -- Michael Friedrich, DI (FH) Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77<tel:%2B49%20911%2092885-77> GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461 http://www.netways.de | [email protected]<mailto:[email protected]> ** OSBConf 2015 - September - osbconf.org<http://osbconf.org> ** ** OSMC 2015 - November - netways.de/osmc<http://netways.de/osmc> ** _______________________________________________ icinga-users mailing list [email protected]<mailto:[email protected]> https://lists.icinga.org/mailman/listinfo/icinga-users _______________________________________________ icinga-users mailing list [email protected]<mailto:[email protected]> https://lists.icinga.org/mailman/listinfo/icinga-users -- Michael Friedrich, DI (FH) Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77<tel:%2B49%20911%2092885-77> GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461 http://www.netways.de | [email protected]<mailto:[email protected]> ** OSBConf 2015 - September - osbconf.org<http://osbconf.org> ** ** OSMC 2015 - November - netways.de/osmc<http://netways.de/osmc> ** _______________________________________________ icinga-users mailing list [email protected]<mailto:[email protected]> https://lists.icinga.org/mailman/listinfo/icinga-users _______________________________________________ icinga-users mailing list [email protected]<mailto:[email protected]> https://lists.icinga.org/mailman/listinfo/icinga-users -- Michael Friedrich, DI (FH) Application Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461 http://www.netways.de | [email protected] ** OSBConf 2015 - September - osbconf.org ** ** OSMC 2015 - November - netways.de/osmc **
_______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
