NagiosXI email notification

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

NagiosXI email notification

Post by Gonela »

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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI email notification

Post by lmiltchev »

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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Re: NagiosXI email notification

Post by Gonela »

yes, we selected , notification commands
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: NagiosXI email notification

Post by mcapra »

Gonela wrote:May i know the different between creation of user contact from users list and contacts in alerting .
This document covers that:
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/
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI email notification

Post by lmiltchev »

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?

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 SMTP
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked