Hi Team,
Email notification is not working if i a create contact in CCM--> Alerting---> contacts.
and if i a create user from Admin --> Manage users.then it's working email notifications .
May i know the different between creation of user contact from users list and contacts in alerting .
Test notifications is also working.
NagiosXI version - 5.5.1
NagiosXI email notification
Re: NagiosXI email notification
Did you select the "notify-host-by-email" and "notify-service-by-email" notification handlers for your contacts? Please read our official documentation on how to configure email and text notifications here:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if this helped.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if this helped.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NagiosXI email notification
yes, we selected , notification commands
Re: NagiosXI email notification
This document covers that:Gonela wrote:May i know the different between creation of user contact from users list and contacts in alerting .
https://assets.nagios.com/downloads/nag ... ntacts.pdf
Essentially, if you want your Nagios XI user to be able to receive notifications, it needs a corresponding contact defined. When creating a user, the "Create as Monitoring Contact" checkbox option usually takes care of this.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: NagiosXI email notification
Thanks @mcapra!
@Gonela, are the notifications not received by the contact or not sent at all? Do you see them in the Notifications report?
Have you checked the mailog?
@Gonela, are the notifications not received by the contact or not sent at all? Do you see them in the Notifications report?
Have you checked the mailog?
Code: Select all
tail -100 /var/log/maillog # If you are using sendmail/postfix
tail -100 /usr/local/nagiosxi/tmp/phpmailer.log # If you are using SMTPBe sure to check out our Knowledgebase for helpful articles and solutions!