[Nagios-users] check_snmp_int.pl problem

2006-03-31 Thread Neil Lehouillier
Hi all,   I hoping someone out there can help me out.  I'm having a problem with the check_snmp_int.pl script.   When I issue the following command from the command line  "check_snmp_int.pl -H 192.168.0.12 -C public -n -w 600,600 -c 800,800" to display the status of all the network adapters I

RE: [Nagios-users] [Problem Compiling Plugins] check_disk plugin error compiling, notfinding -lssl -lcrypto

2006-03-31 Thread InnovationsTech, Matthew Thomas
Do you have openssl installed? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcel Mitsuto Fucatu Sugano Sent: Friday, March 31, 2006 19:10 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] [Problem Compiling Plugins] check_disk plugin err

Re: [Nagios-users] [Problem Compiling Plugins] check_disk plugin error compiling, notfinding -lssl -lcrypto

2006-03-31 Thread Alex Moore
On Fri, 31 Mar 2006 21:09:56 -0300 "Marcel Mitsuto Fucatu Sugano" <[EMAIL PROTECTED]> wrote: > Hello, > > I am having problems building the plugins 1.4.2, with gcc3.4.2, > make3.80, on Solaris8: export LDFLAGS='-L/usr/local/lib' should work. Alex

[Nagios-users] Anybody have Nagios monitoring a Cisco IPS?

2006-03-31 Thread Devin Noel
Does anybody have a good setup for monitoring a Cisco (or other) IPS/IDS box? I've seen a few generic Cisco and SNMP plugings, and was wondering if anybody had sucess in making those work well at all for handeling IPS/IDS alerts.-- Devin NoelKwajalein, Marshall Islands(805)355-0937[EMAIL PROTECTED]

[Nagios-users] [Problem Compiling Plugins] check_disk plugin error compiling, notfinding -lssl -lcrypto

2006-03-31 Thread Marcel Mitsuto Fucatu Sugano
Hello, I am having problems building the plugins 1.4.2, with gcc3.4.2, make3.80, on Solaris8: bash-2.05# uname -sr SunOS 5.8 bash-2.05# Here's the make snip where trouble occurs: snip gcc -Wall -g -O2 -o check_disk check_disk.o utils.o popen.o -L/home/msugano/src/nagios-plugins-HEAD-20

RE: [Nagios-users] Nagios Plugins 1.3.1 installation problems

2006-03-31 Thread Ranga Nathan
I did earlier and found it all very confusing. Looks like the sources are distro-specific. It would be good to provide links for dependencies from nagios web site. But then the developers are doing over and above what we expect them of :-) I eventually found the plug-ins in SuSE 9 distro. I instal

Re: [Nagios-users] multiple parents

2006-03-31 Thread Patrick Morris
Sounds like you have a pretty firm grip on it already. multiple parents (and parents of parents) work exactly how you describe. On Fri, 31 Mar 2006, Kyle Tucker wrote: > Hi, > At out colocation site, the systems I am monitoring > have two border routers by which they can get out, so both >

[Nagios-users] multiple parents

2006-03-31 Thread Kyle Tucker
Hi, At out colocation site, the systems I am monitoring have two border routers by which they can get out, so both of these would need to be down for me to not want to monitor hosts and services beyond these. Is this where comma separated parent hosts would come into play? If not, how woul

RE: [Nagios-users] Socket error: Connection reset by peer

2006-03-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Ravi Kumar > Sent: Friday, March 31, 2006 11:41 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Socket error: Connection reset by peer > > I have been getting "Soc

Re: [Nagios-users] Event Handlers

2006-03-31 Thread Toto Capuccino
It really depends on what you are trying to resolve.I am using eventhandlers with nrpe when a windows' service is down so i can make it starts.That happens -not so often hopefully- with servers that are rebooting due to power failure : the Exchange Information Store service for instance is not alwa

[Nagios-users] Socket error: Connection reset by peer

2006-03-31 Thread Ravi Kumar
I  have been getting "Socket error: Connection reset by peer " on Linux machine.I cheked other check like http etc are working fine. Please suggest. Thanks Ravi New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

RE: [Nagios-users] check_load is good?

2006-03-31 Thread Marc Powell
Yep, you're right on. The OP would need to use something like -- check_procs -m CPU -w 80 -c 90 That would warn if any process exceeded 80% cpu and show critical if it exceeded 90%. -- Marc > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behal

[Nagios-users] Service Contact and Templates

2006-03-31 Thread Bill Carlson
Hey all, I've got a question related to Nagios 1.3 (running Sarge), templates and service contact groups. I'd like to be able to template all services to have the same contact_group as the associated host (hostgroup). Any tricks to do that? >From what I'm seeing I'm stuck defining the contact p

RE: [Nagios-users] Nagios 'Out Of Memory' Problems

2006-03-31 Thread Armistead, Raffy
It appears that the problem is still happening. With all the changes I have made it had lasted a while longer going from 1-2 days up to 4 days this time. I had perfparse enabled previously but I decided to disable that since I didn't need it. Does anyone else have any sugguestions on what else I co

[Nagios-users] Event broker causing graph gaps?

2006-03-31 Thread jeff vier
I've experimented with the cause/effect relationship of the NDO utils running as the event broker, and I can say positively that it is "causing" my service graphs to have lots of gaps for checks that write metrics to RRD files. I'm honestly at a loss as to why, though. The load hasn't gone up on

Re: [Nagios-users] Error when starting nagios

2006-03-31 Thread jeff vier
On Fri, 2006-03-31 at 07:34 -0500, Sameka Prather wrote: > I am not sure what you mean. Do you want me to add -s to the first > line in the script #! -x? So that line would look like #! /bin/sh -x. without the space after the #!, yes. #!/bin/sh -x a quick google search found: http://www.injune

[Nagios-users] Re: check_snmp truncates load return strings

2006-03-31 Thread Kyle Tucker
Trying to debug this with gdb didn't help as it acts properly using gdb. Why would this happen? Program exited normally. (gdb) run check_snmp -u "load average" -t 3 -P 3 -H 192.168.2.1 -L authPriv -U xx -a MD5 -A yy -X zz -o laLoad.2 Starting program: /usr/local/nagios/libexec/check

Re: [Nagios-users] Error when starting nagios

2006-03-31 Thread Sameka Prather
I am not sure what you mean.  Do you want me to add -s to the first line in the script #! -x?  So that line would look like #! /bin/sh -x. Thank you, Sameka Prather Office of Internet Services [EMAIL PROTECTED] 301-713-1384 x 109 jeff vier wrote: On Thu, 2006-03-30 at 15:35 -0500, Same

[Nagios-users] check_snmp truncates load return strings

2006-03-31 Thread Kyle Tucker
Hi, If I use check_snmp to get the load from Net-SNMP's load directives, all comes back fine until I set -w or -c option. When I use these options, everything after the decimal point gets cut off. If I leave off the options, I get the full numeric value. Thoughts?

RE: [Nagios-users] check_load is good?

2006-03-31 Thread InnovationsTech, Matthew Thomas
This is only checking the load of the box. You have it set to alert when the load gets to 15 or 5 or such. Your load is circa 1.. You would have to use ./check_proc or something of another Am I following correctly? Regards, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Nagios-users] check_load is good?

2006-03-31 Thread Sim
Hi! I'm using check_load with this sintax /usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20 This morning I have see ( from RRDTools ) high/100% load for my cpu ( this costant state for approximately 5 hours ). # top top - 11:40:55 up 82 days, 20:12, 2 users, load average: 1.00, 1.07,

Re: [Nagios-users] Event Handlers

2006-03-31 Thread tomvo
Hi James, I just came accross your message on the nagios mailing list, and i have exactly the same request. I didn't see any answers on the list, so I was wondering if you have found a solution ? regards, Tom. --- Tom V