Configure Email NagiosXI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
phsita
Posts: 5
Joined: Wed May 10, 2017 1:54 am
Location: India

Configure Email NagiosXI

Post by phsita »

Moderator Edit: This thread has been split from another - https://support.nagios.com/forum/viewto ... =6&t=42205
In the future, please create a new thread and link to the old one instead of adding on.


Hi guys

I am also trying to setup email in Nagios XI.

But I am facing the following error-

SMTP Error: Could not authenticate.
SMTP server error: 5.5.1 Error: authentication not enabled

Here is what my config looks like with which I am getting this error-
Mail-Config-02.PNG
You do not have the required permissions to view the files attached to this post.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Configure Email NagiosXI

Post by dwhitfield »

At this point, it's hard to say *exactly* what you need to do. That said, you need to modify your SMTP setup in some way. Also, I would speak to the admin of relay01 and make sure you are using the right settings. Have you tried TLS or SSL to see if those work? Also, that username and password are for SMTP, not for something on the nagios side, so make sure those are correct.

What version of XI are you running? You can find it in the lower left-hand corner. Usually there's the option to set a debug log, which you don't have.

From the nagios server, can you attach all of the following (if you have them...it's ok if they don't all exist):

Code: Select all

/var/log/maillog
/var/log/mail.log
/usr/local/nagiosxi/tmp/phpmailer.log
Locked