[Nagios-users] non sticky passive checks

2010-01-07 Thread Pankaj
Hi, I've configured passive service checks and am reporting back the results using nsca. I would like to turn the alerts to be critical after 5 minutes if the monitored servers fail to send any results. Currently the check continues to remain in the last state. How can I achieve this? >>>

[Nagios-users] check_sensors command

2010-01-07 Thread xmanhosting
Hello, Thanks for the replies Mark and James. How would I find out what package i've installed to provide the 'sensors' command? I have 'sensors' now appearing in my Nagios admin, and it is reporting as 'sensors ok' Below are my command and service definitions. Do you know of any extra paramet

Re: [Nagios-users] Setting up email notification

2010-01-07 Thread Marc Powell
On Jan 7, 2010, at 8:56 PM, xmanhosting wrote: > and then I have tried to add the contact to a host (switch.cfg): > > define host{ > use generic-switch ; Inherit default values from a template > host_name Billion ; The name we're giving to this switch > alias Billion 7401 ; A longer name

Re: [Nagios-users] Making Nagios accessible on public internet

2010-01-07 Thread Marc Powell
On Jan 7, 2010, at 8:07 PM, xmanhosting wrote: > Hello, > > I have successfully set up Nagios on my server computer, and can access it > locally in a browser by navigating to: > > http://onlinebackup.xmanhosting.com.au/nagios/ > > What do I need to do so that my Nagios can be accessed pu

[Nagios-users] Setting up email notification

2010-01-07 Thread xmanhosting
Hello, I am trying to set up email notification. In my contacts.cfg file I have define contact{ contact_namenagiosadmin usegeneric-contact ; Inherit default values from generic-contact template (defined above) alias Nagios Admin ; Full name

[Nagios-users] Making Nagios accessible on public internet

2010-01-07 Thread xmanhosting
Hello, I have successfully set up Nagios on my server computer, and can access it locally in a browser by navigating to: http://onlinebackup.xmanhosting.com.au/nagios/ What do I need to do so that my Nagios can be accessed publicly on the internet, rather than just locally to the server?

Re: [Nagios-users] Checking IIS sites when there is a default "outage" page

2010-01-07 Thread C. Bensend
>> Any thoughts on how to monitor an IIS site requiring NTLM >> authentication when a default page is configured for an "out of >> service" page? > > I'm not aware of anything out-of-the-box but I do know of one that's close > (but haven't used it). I also know that curl supports NTLM so if that

Re: [Nagios-users] Check_openmanage

2010-01-07 Thread Jack Lyons
I will give that a try - I am not the nagios adminstrator and wasn't aware that was available.thanks. Jack > From: t.h.amund...@usit.uio.no > To: jack1...@hotmail.com > CC: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Check_openmanage > Date: Thu, 7 Jan 2010 19:39:29

Re: [Nagios-users] Check_openmanage

2010-01-07 Thread Trond Hasle Amundsen
Jack Lyons writes: > Just another feature request.I would like to make the host name an > html clickable link to the https://servername:1311 Open Manage web > interface. I thought about wrapping the open manage check to do it, > but seemed kind of kludgy. Yes, that could easily be done. But

Re: [Nagios-users] your old post: RE: Restricting user to monitor single host

2010-01-07 Thread Marc Powell
Hi Nobuo, Please always send your questions to the list and not to me directly... More below -- On Jan 7, 2010, at 10:45 AM, Matsushita, Nobuo wrote: > Hi Marc, > > I am trying this restriction on Nagios V3.x. According your post on March 8, > 2005: > > > I can't seem to find where this li

Re: [Nagios-users] Override interval_length for specific service only

2010-01-07 Thread Israel Brewster
On Jan 7, 2010, at 2:37 AM, matthias.fla...@gmx.de wrote: I was wondering if there was any way with nagios 3.2 to override the global interval_length for a specific service? I have one service that I would like to check every 30 seconds, but interval_length in 60. I could change the interv

Re: [Nagios-users] Check_openmanage

2010-01-07 Thread Jack Lyons
I tried using the blacklisting syntax and that never seemed to workyour command fits my needs perfectly, We have 82 2650's and are trying to phase them out, but 10 of the 18 I installed had problems -makes me wonder if there is something wrong with openamange 5.5 on that version. Sinc

Re: [Nagios-users] Getting parameters and plotting them in terms of % (Percentage)

2010-01-07 Thread Joerg Linge
Am 07.01.10 14:25, schrieb Jatin Davey: > Hi Marc > > Can you elaborate on what you mean by Nagios does not support it > directly. My understanding is that that the check_nrpe process does not > have such provisions to get the data in the manner that i have asked > for. Please correct me if i a

Re: [Nagios-users] [Nagiosplug-help] check_interval threshold

2010-01-07 Thread Marc Powell
Please always respond on-list so that others now, and in the future, learn from your experience. More below... On Jan 7, 2010, at 10:05 AM, Khan, Tony (A&E) wrote: > Thank you so much for your help Marc. > > My Service definition setting looks like this, should I just add ' > interval_length 1'

Re: [Nagios-users] Getting parameters and plotting them in terms of % (Percentage)

2010-01-07 Thread Marc Powell
On Jan 7, 2010, at 7:25 AM, Jatin Davey wrote: > Hi Marc > > Can you elaborate on what you mean by Nagios does not support it directly. Nagios only cares about state: OK, WARNING, CRITICAL, UNKNOWN, UP, DOWN. That's all it looks at. The human-readable plugin output is just for humans, nagios

Re: [Nagios-users] Cisco Aironet 1200 AccessPoints

2010-01-07 Thread Marc Powell
On Jan 7, 2010, at 3:23 AM, Richard Gliebe wrote: > IF-MIB::ifOutOctets.1 = Counter32: 1384984421 > . > this output is always growing and not a real time statistic. Sure it's real time. It's total octets sent from reboot until the moment you've read it. ;) > I want to monitor maybe the 5 m

Re: [Nagios-users] incorporating CoreTemp into Nagios

2010-01-07 Thread Marc Powell
On Jan 6, 2010, at 10:44 PM, xmanhosting wrote: > Hello, > > I have my cpu temp (coretemp) monitored by on my server by the installation of > > rpm -Uvh http://elrepo.org/elrepo-release-0.1-1.el5.elrepo.noarch.rpm This is just a repository setup RPM. It doesn't tell us what subsequent package

Re: [Nagios-users] Getting parameters and plotting them in terms of % (Percentage)

2010-01-07 Thread Jatin Davey
Hi Marc Can you elaborate on what you mean by Nagios does not support it directly. My understanding is that that the check_nrpe process does not have such provisions to get the data in the manner that i have asked for. Please correct me if i am wrong. Also i checked PNP4Nagios , it has support

Re: [Nagios-users] incorporating CoreTemp into Nagios

2010-01-07 Thread James Pratt
Sure, that should not be too difficult - google around for "Nagios wrapper" or nagios-plugins to see some example wrapper/plugin scripts. Here's one that monitors hdtemp I found real quick that should show you how it works easy enough - http://linsec.ca/blog/2008/02/09/hddtemp-wrapper-for-nagio

Re: [Nagios-users] Override interval_length for specific service only

2010-01-07 Thread Matthias . Flacke
> I was wondering if there was any way with nagios 3.2 to override the global > interval_length > for a specific service? I have one service that I would like to check every > 30 seconds, but > interval_length in 60. I could change the interval_length definition, of > course, but then I > wou

Re: [Nagios-users] Cisco Aironet 1200 AccessPoints

2010-01-07 Thread Richard Gliebe
On 12/31/09 5:02 PM shadih rahman wrote: > Richard, Hi, >you can look at this page and see which mib contains the information you > are looking for. Thanks > > ftp://ftp-sj.cisco.com/pub/mibs/supportlists/c1200/c1200-non-ios-supportlist.html thanks for the mib link. EXAMPLE: OID .1.3.6.1.