Re: [Nagios-users] Not recieving email notifications??

2010-04-05 Thread Giorgio Zarrelli
First, check in the web interface the notifications history to see if the notification-by-email command is called along with the notification events. Ciao, Giorgio Il giorno 06/apr/2010, alle ore 07.51, ha scritto: Hi, I am receiving the email when Sent using the command from cmdli

Re: [Nagios-users] Not recieving email notifications??

2010-04-05 Thread ravishankar.gundlapali
Hi, I am receiving the email when Sent using the command from cmdline. echo "subject" | mail -s "message" m...@mymail.com I am not receiving the email notifications from Nagios Thanks & Regards, Ravi G From: Asrai khn [mailto:asrai...@gmail.com] Sent: Tuesday, April

Re: [Nagios-users] Not recieving email notifications??

2010-04-05 Thread Morris, Patrick
ravishankar.gundlap...@wipro.com wrote: > Hi, > > The notifications have been enabledplease see below snippet in > nagios.cfg file.. > > # NOTIFICATIONS OPTION > # This determines whether or not Nagios will sent out any host or > # service notifications when it is initially (re)started. > # Val

Re: [Nagios-users] Not recieving email notifications??

2010-04-05 Thread ravishankar.gundlapali
Hi, The notifications have been enabledplease see below snippet in nagios.cfg file.. # NOTIFICATIONS OPTION # This determines whether or not Nagios will sent out any host or # service notifications when it is initially (re)started. # Values: 1 = enable notifications, 0 = disable notifications

Re: [Nagios-users] Not recieving email notifications??

2010-04-05 Thread Morris, Patrick
ravishankar.gundlap...@wipro.com wrote: > > Hi , > > > > I am using Nagios 3.0.6 on Linux with Fedora installed on it. > > > > My Nagios suddenly stopped sending email notifications . > First check that notifications haven't been disabled. After that, start looking at your logs. Nagios first

Re: [Nagios-users] Not recieving email notifications??

2010-04-05 Thread Asrai khn
Check if your there is any email in your mail queue mailq? May be your MTA some problem in sending out bound emails? also try to su to naigios user su - nagios and type $mail may be email are bouncing back? On Tue, Apr 6, 2010 at 5:57 AM, wrote: > Hi , > > > > I am using Nagios 3.0.6 on

[Nagios-users] Not recieving email notifications??

2010-04-05 Thread ravishankar.gundlapali
Hi , I am using Nagios 3.0.6 on Linux with Fedora installed on it. My Nagios suddenly stopped sending email notifications . Here is my service template. # Generic service definition template - This is NOT a real service, just a template! define service{ name

Re: [Nagios-users] nrpe solaris?

2010-04-05 Thread Paras pradhan
Thanks Kyle. This worked well ! Paras. On Mon, Apr 5, 2010 at 12:23 PM, Kyle O'Donnell wrote: > SunOS 5.8 (tested and work on SunOS 5.9) > http://www.monitoringexchange.org/p/1283 > > SunOS 5.10 (sparc) > http://www.monitoringexchange.org/p/1284 > > SunOS 5.10 (x86) > http://www.monitoringexch

Re: [Nagios-users] Setting up Escalations.

2010-04-05 Thread Giorgio Zarrelli
Hi, the workflow is the following: 1. The service/host is checked in OK state with the check_interval timing; 2. As the service/host goes into a NON OK state, but didn't reach the max_check_attempts, the service enters a SOFT NON OK state and the next check is scheduled with the retry_interval

Re: [Nagios-users] nrpe solaris?

2010-04-05 Thread Kyle O'Donnell
SunOS 5.8 (tested and work on SunOS 5.9) http://www.monitoringexchange.org/p/1283 SunOS 5.10 (sparc) http://www.monitoringexchange.org/p/1284 SunOS 5.10 (x86) http://www.monitoringexchange.org/p/1289 On Mon, 5 Apr 2010 12:07:31 -0500, Paras pradhan wrote: > On Mon, Apr 5, 2010 at 12:28 AM, Asra

Re: [Nagios-users] nrpe solaris?

2010-04-05 Thread Paras pradhan
On Mon, Apr 5, 2010 at 12:28 AM, Asrai khn wrote: > > 2. You can disable SSL while running nrpe on remote Solaris box... > > nrpe -n -c /nagios/etc/nrpe.cfg -d > > -n is not recognized in the package that I have download from > monitoringexchange. > > and then can use check_nrpe from nagios

Re: [Nagios-users] nrpe solaris?

2010-04-05 Thread akp geek
http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/ Try this one Regards On Fri, Apr 2, 2010 at 4:45 PM, Paras pradhan wrote: > Is there any pre compiled nrpe package for sol

Re: [Nagios-users] Setting up Escalations.

2010-04-05 Thread Giorgio Zarrelli
Hi, First, local definitions win over those written in templates, so if in the template you have a notification_interval value and in the escalation you have another, escalation wins and its value is adopted. Second, notification_interval il the interval between two consecutive notification