E-mail Notification in nagios core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
shabeer
Posts: 31
Joined: Fri Dec 31, 2010 10:57 am

E-mail Notification in nagios core

Post 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
soliberus
Posts: 6
Joined: Thu Jan 13, 2011 6:53 am

Re: E-mail Notification in nagios core

Post 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
Locked