NagiosXI mailnotification issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NagiosXI mailnotification issue

Post by scottwilkerson »

And does the Test Email work?

Also, just as an FYI, many mail server will reject mail if the sender is root@localhost as you have it set in the screenshot.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: NagiosXI mailnotification issue

Post by nagarjuna »

Dear Team,

Thank you very much, as you have mentioned we will surely change and update sender mail id (root@localhost).

As we are getting 202.3.66.84 mail server error in /var/log/maillog, i have checked and commented nameserver entries in /etc/reslove.conf file. We are not getting this mail2.drreddys.com error in /var/log/maillog. but mails are not going to received by mentioned mail id. also that mails are in status=queued.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: NagiosXI mailnotification issue

Post by abrist »

nagarjuna wrote:As we are getting 202.3.66.84 mail server error in /var/log/maillog,
Can you post a NEW, large taIl of the maillog ?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: NagiosXI mailnotification issue

Post by nagarjuna »

Dear Team,

Thank you very much for giving us support for resolving this issue..

We have installed new demo virtual machine and installed NagiosXI Server. We have faced issue with installation due to proxy setting in /etc/yum.conf , /etc/wgetrc file and env variable we have set before installing NagiosXI.

We have got an error with installation and installation got stucked due to proxy setting. then we have followed below steps suggested by nagios forum.

Here is a proxy install solution reported by forum user TSCAdmin:

1. Before running any installation script install php-pear package manually

2. Set proxy for PHP Pear

pear config-set http_proxy 'http://example.com:8080'
3. Run Nagios installation scripts sequentially

4. Unset system proxy before running E-importnagiosql script


After following this NagiosXI installed successfully. Then we have checked one-to-one and got resolution of it.

We have done 2 changes in existing settings ....
1. set proxy only in /etc/yum.conf and remove proxy setting from /etc/wgetrc file .
2. remove username and password from NagiosXI SMTP setting, only we have configured in SMTP Server and port no.
3. We have already set proxy setting in NAgiosXI which is as it is.

Thanks once again..... :D :) You can close it.
Locked