Not Receive Email Notificaiton

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pfpl_support
Posts: 6
Joined: Tue Aug 11, 2020 12:25 am

Not Receive Email Notificaiton

Post by pfpl_support »

Hi Support,

We found out recently our Nagios email notification is not working when NCPA checked service down.
Even with trigger custom notification email also not receive any email.

Please share anything that we can check.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Not Receive Email Notificaiton

Post by ssax »

Does Admin > Email Settings > Send a Test Email work?

If not, you can enable debugging following this guide and PM me the output after clicking the Send a Test Email again:

https://support.nagios.com/kb/article/p ... g-820.html

Please go to Admin > Manage Email Settings:
- Make sure Logging is checked
- Click the Update Settings button

Then run this tail command as sudo/root (and leave it running):

Code: Select all

tail -Fn0 /var/log/maillog /usr/local/nagiosxi/tmp/phpmailer.log /usr/local/nagiosxi/var/eventman.log
Then force a notification to send and PM the output of the still running tail command.

Then PM me a copy of your profile.zip, you can download it from Admin > System Profile by clicking the Download Profile button.
Locked