Notifications not going out.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
mkeey
Posts: 199
Joined: Mon Sep 25, 2017 11:13 am

Re: Notifications not going out.

Post by mkeey »

Sent a PM
mkeey
Posts: 199
Joined: Mon Sep 25, 2017 11:13 am

Re: Notifications not going out.

Post by mkeey »

Test emails to a specific user again and it is still not working. Sent a PM with testing screen prints and descriptions - MKeey
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Notifications not going out.

Post by tgriep »

Could you post your Nagios XI System Profile so we can review it?
To get your system profile. Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and upload it to the forum post.

Can you run the following as root and post the /tmp/info.txt file to the forum post?

Code: Select all

echo 'select * from xi_users;' | mysql -u root -pnagiosxi nagiosxi -t >/tmp/info.txt
echo 'select * from xi_usermeta;' | mysql -u root -pnagiosxi nagiosxi -t >>/tmp/info.txt
echo 'select * from xi_options;' |mysql -t -u root -pnagiosxi nagiosxi |grep mail >>/tmp/info.txt
echo 'select * from xi_options;' |mysql -t -u root -pnagiosxi nagiosxi |grep smtp >>/tmp/info.txt
tail -100 /var/log/maillog >>/tmp/info.txt
tail -100 /usr/local/nagiosxi/tmp/phpmailer.log >>/tmp/info.txt
Be sure to check out our Knowledgebase for helpful articles and solutions!
mkeey
Posts: 199
Joined: Mon Sep 25, 2017 11:13 am

Re: Notifications not going out.

Post by mkeey »

Lot's of proprietary information in both of those requests. Sent via two separate private messages - MKeey
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Notifications not going out.

Post by tgriep »

I sent a PM to you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mkeey
Posts: 199
Joined: Mon Sep 25, 2017 11:13 am

Re: Notifications not going out.

Post by mkeey »

Sent a PM with the CAP file - MKeey
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Notifications not going out.

Post by tgriep »

I just answered in the PM.

What I see in the tcpdump file is that the Nagios XI server is sending the email to the SMTP host and that the SMTP host is accepting it.
At this point, someone needs to login to the SMTP host and troubleshoot that system.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mkeey
Posts: 199
Joined: Mon Sep 25, 2017 11:13 am

Re: Notifications not going out.

Post by mkeey »

Finally got this to work. After 3 days of back & forth with our email admins they found that the owner wasn't defined to the email system as a valid user. All of this and it was a setup issue on their end. But, it was a great learning experience! Thanks for all your help, please close case as resolved - MKeey
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Notifications not going out.

Post by benjaminsmith »

Hi @mkeey,
But, it was a great learning experience! Thanks for all your help, please close case as resolved - MKeey
Thanks for the update, a glad to hear it's working again. We'll close this out.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked