Page 1 of 1

E-mail Notification in nagios core

Posted: Fri Jan 14, 2011 7:13 am
by shabeer
Hi,

I am a new comer in linux,How to configure e-mail notification in nagios core pls give me step by step procedure ...

Thanks,
Shabeer

Re: E-mail Notification in nagios core

Posted: Fri Jan 14, 2011 7:25 am
by soliberus
NOTE: If you have used the "quickstart guide", do the following:

Edit /usr/local/nagios/etc/contacts.cfg and insert your email address in the appropriate place

If you use MS Exchange mail server, you can edit /etc/mail/sendmail.cf and look for the "DS" line

Append your Exchange mail server's full name to DS

e.g.

Code: Select all

DSmsexchange01.domain.com
Restart sendmail

Code: Select all

service sendmail restart
The above worked for me