Page 1 of 1

Email motifications not received by user

Posted: Fri Apr 24, 2020 5:07 am
by shivangi
Hi Team ,

I am trying to send mail notifications of host down to my mail id but unfortunately i am not receiving the same on my mail d .

Also nagios is logging the notifications that are being sent but i am not receiving it . I guess this means all the nagios configuration is correct .

I dropped a test mail also which was received successfully . i am using nagios core version 4.1.1

Thanks in advance .

Re: Email motifications not received by user

Posted: Fri Apr 24, 2020 5:37 am
by saracm
Hi,

did you try to trigger a notification from the GUI interface selecting the host and Send custom host notification?
or through the command line?

Re: Email motifications not received by user

Posted: Fri Apr 24, 2020 8:33 am
by shivangi
Hi ,

I triggered the mail through command line echo "test" | mail -s "test" <myid> and i am logged in through root@<hostname>but have configured the mail to be sent from nagios@<domain name> at notify host by email command which i am not getting .

Thanks .

Re: Email motifications not received by user

Posted: Fri Apr 24, 2020 2:58 pm
by ssax
Do you see anything in the mail logs?

Code: Select all

/var/log/maillog

Re: Email motifications not received by user

Posted: Fri Apr 24, 2020 3:06 pm
by shivangi
Hi,

Yes the one which i trigerred manually are logged in /var/log/maillog but the once which nagios triggerrs are not .

Thanks

Re: Email motifications not received by user

Posted: Mon Apr 27, 2020 5:08 am
by shivangi
Hi Team,

Any suggestion on this , how to resolve this ?

Thanks .