Hello Everyone,
I just installed Nagios XI via VM.
i'm trying to get the email to works. I'm a totally newbie when it comes to linux:-)
i have been trying to get the email to worls via smtp or sendmail without any luck.
when i set it up as smtp, I gue the following errors:
A test email was sent to [email protected]
----
Mailer said: SMTP Error: Could not connect to SMTP host. (method=smtp;host= xx.xx.xx.xx;port=25;security=none)
An error occurred sending a test email!
If I set it up as send mail i get the following message:
A test email was sent to [email protected]----
Mailer said: Message sent! (method=sendmail)
but i never get the messages.
I have tried from ssh command line the following:
[root@localhost libexec]# ./check_smtp -H 172.26.xx.xx -p 25
SMTP OK - 0.336 sec. response time|time=0.336460s;;;0.000000
Right now the "monitoring engine" is not running and when I try to start it I get this error:
an error ocurred processing your request
Any help please.
thanks
Nelson R.
Monitoring Engine is not ruuning
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Monitoring Engine is not ruuning
From the command prompt if your XI server run the following
If
Run
Code: Select all
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgCode: Select all
Total Errors: 0Code: Select all
service nagios stop
killall nagios -9
service nagios start