[Nagios-users] Nagios 3 RPMs for CentOS?

2009-01-30 Thread Kevin Keane
So far, I've been running Nagios on opensuse, but am moving to a CentOS 5.2 (x86_64) server now. Unfortunately, I can't seem to find any recent Nagios RPMs for that OS (and for various reasons, I can't compile from source). I did find some 2.x RPMs, but really prefer to use the 3.x release. Any

[Nagios-users] Monitoring Windows Host's clock

2009-01-30 Thread Kahlon, Robby
Which Plugin and Addon would let Nagios to monitor the Windows host's clock? Can someone point me in a right direction? -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. h

Re: [Nagios-users] Strange problem with plugins timing out

2009-01-30 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/01/09 09:59 AM, Sean Carolan wrote: >> Here's how my check_by_ping plugin is configured: >> >> command_line$USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c >> 5000.0,100% -p 5 -t 60 >> >> Can anyone help me? Why is it still timing out af

[Nagios-users] templates.cfg

2009-01-30 Thread mar...@chetnet.co.uk
Hi all first time user here of Nagios. I'm using Unbunto 8.10 which automatically installed Nagios3, I have followed the guides which all mention the templates.cfg, problem is the only one I can find is zipped up in the directory /usr/share/doc/nagios3/examples/template-object, if I extract this fi

Re: [Nagios-users] Duplicates Found

2009-01-30 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/01/09 03:53 AM, Handle Thomas (LZD) wrote: > Good Morning, > > > > First of all I have to say that I´m new to Nagios, I got the project 4 > weeks ago from a resigned employee. > > Two weeks ago, my firm had to move the emergency stop. > > S

Re: [Nagios-users] Disable daemon.notice messages to syslog

2009-01-30 Thread Marc Powell
On Jan 30, 2009, at 5:40 PM, Jeff Marble wrote: > I have debug=0 in nrpe.cfg and expect that to disable messages being > sent to syslogd. I have looked through the source and cannot find > anything that matches what is recored by syslog. It's inetd logging the connections, not nrpe. > The mess

[Nagios-users] Disable daemon.notice messages to syslog

2009-01-30 Thread Jeff Marble
Fellow Nagios Systems Engineers, I am running nrpe 2.12 with Nagios 3.0.3 on Solaris 10 on SPARC across my site and getting daemon.notice messages on each of my clients, each time the Nagios server connects. Whether there is a failure or not. The messages show up on the client. I can disable thi

Re: [Nagios-users] Is there a size limit in the Email directive of a contact definit ion

2009-01-30 Thread Marc Powell
On Jan 30, 2009, at 9:32 AM, Deborah Martin wrote: > Hi, > > Just wondered if anybody knew of a limit as to the number of email > addresses > or rather is there a limit to the number of characters I can specify > in > total > for the "email" directive in the "contact" definition. Not a defin

Re: [Nagios-users] ExtInfo for Hostgroup display

2009-01-30 Thread Marc Powell
On Jan 28, 2009, at 11:24 AM, Simon Kainz wrote: > Hi list ! > > Could somebody give me a clue as how to achieve some kind of "extinfo" > for the hostgroup display ? I would need the possibility to add an > external link to the hostgroup display, with hostgroup-specific > parameters. http://n

Re: [Nagios-users] Strange problem with plugins timing out

2009-01-30 Thread Marc Powell
On Jan 30, 2009, at 8:59 AM, Sean Carolan wrote: >> Here's how my check_by_ping plugin is configured: >> >> command_line$USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c >> 5000.0,100% -p 5 -t 60 >> >> Can anyone help me? Why is it still timing out after ten seconds, >> even when I have e

Re: [Nagios-users] SNMP monitoring of a Dell switch: snmpwalk succeds but check_snmp fails.

2009-01-30 Thread Max
Hi Rahul, On Fri, Jan 30, 2009 at 1:06 PM, Rahul Nabar wrote: > Ah! Now I am lost! What do you mean by this. Sorry I am a networks newbiee > and especially SNMP is greek-n-latin to me! SNMP data is represented as a huge heirarchical tree. Branches of the global tree can also be called tables.

Re: [Nagios-users] SNMP monitoring of a Dell switch: snmpwalk succeds but check_snmp fails.

2009-01-30 Thread Rahul Nabar
On Thu, Jan 29, 2009 at 8:40 PM, Max wrote: Thanks for the detailed comments Max! > The OID that maps to ifOperStatus from RFC1213-MIB is 1.3.6.1.2.1.2.2.1.8 > > So grep for > > 1.3.6.1.2.1.2.2.1.8.1 No luck. No such string in there. > > if the interface you want to look at is indeed at ind

[Nagios-users] Is there a size limit in the Email directive of a contact definit ion

2009-01-30 Thread Deborah Martin
Hi, Just wondered if anybody knew of a limit as to the number of email addresses or rather is there a limit to the number of characters I can specify in total for the "email" directive in the "contact" definition. I want to add four addresses which are of the form @mail2txt160.net. I've looke

Re: [Nagios-users] Strange problem with plugins timing out

2009-01-30 Thread Sean Carolan
> Here's how my check_by_ping plugin is configured: > > command_line$USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c > 5000.0,100% -p 5 -t 60 > > Can anyone help me? Why is it still timing out after ten seconds, > even when I have explicitly set the timeout at 60 seconds?? The FAQ page se

[Nagios-users] NagiosGrapher: Multiple Graphs from a single service check

2009-01-30 Thread Mohr James
Hi All! We have service checks that return multiple values, some are contained in the normal service check output and some in the performance data. We want to be able to display these in different graphs or all within a single graph. I am familar with the concept of the nmgraphs (although I have n

Re: [Nagios-users] Duplicates Found

2009-01-30 Thread James Pratt
From: Handle Thomas (LZD) [mailto:t.han...@lzd.saarland.de] Sent: Friday, January 30, 2009 3:53 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Duplicates Found Good Morning, First of all I have to say that I´m new to Nagios, I got the project 4 weeks ago from a resigned emp

Re: [Nagios-users] Strange problem with plugins timing out

2009-01-30 Thread Sean Carolan
> > Has anyone else experienced anything like this? I'm not sure where to > look to start troubleshooting the problem. > I was able to alleviate the service check alarms by increasing my check_by_ssh plugin timeout to 30 seconds, however I'm still getting timeouts on ping tests, even inspite of t

Re: [Nagios-users] calling a java program from nagios

2009-01-30 Thread Venugopal S
Hi Marc, The program that we have written uses HTTPUnit+Statemachine for web crawling some websites. What we do through this java code is to check whether the login action on few websites is happening properly. If some login fails, we would send an email to the mailing list. Hope this is clear.

Re: [Nagios-users] Contacts and notifications - services

2009-01-30 Thread Ugo Bellavance
Mathieu Gagné a écrit : > Hi, > > Ugo Bellavance wrote: >> But this also leads to a duplication of a service that is currently >> stated only once. >> > > Is there any host left in the first service check which could be member > of the hostgroup used in the second service check? There is no se

Re: [Nagios-users] Browser reload problem

2009-01-30 Thread Nicole Hähnel
Yes, if I open status.cgi in a new tab, I can reload the page. But I do not want to open new tabs for the cgis. It's a frameset problem. Thanks! Nicole Chris Beattie schrieb: > I didn't notice this until you pointed it out. I almost always open things > in new tabs, though. Reloading status.c

[Nagios-users] Duplicates Found

2009-01-30 Thread Handle Thomas (LZD)
Good Morning, First of all I have to say that I´m new to Nagios, I got the project 4 weeks ago from a resigned employee. Two weeks ago, my firm had to move the emergency stop. Since this moment, we´re experiencing problems like “DUPLICATES FOUND”. There was nothing changed within the nag