> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Yogesh Hasabnis > Sent: Friday, December 23, 2005 7:36 AM > To: [email protected] > Subject: [Nagios-users] Notification commands/scripts > > Hi All, > > I am a new member of this list. I am trying to set up nagios 1.3 for my > network monitoring requirements. Sorry, my question may be quite silly or > may be already answered some time earlier. But I was not able to locate > anything related to my problem in the mailing list archives. I want to > know where are the scripts that can be used for generating email > notiifcations for hosts and services, located in the default nagios > installation. All the scripts I find in /usr/local/nagios/libexec seem to > be related to host and service checking. I have installed nagios-plugins > 1.4.2.
Nagios typically uses standard programs in your OS for notifications, not a dedicated plugin. It's usually a combination of echo or printf and /bin/mail. If you installed the sample config files when you compiled nagios (make install-config I believe) you'll find the command definitions as 'notify-by-email' and 'host-notify-by-email' in minimal.cfg. -- Marc ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
