[Nagios-users] Alteon/Nortel Switches

2007-10-22 Thread Mike Hawley
Hi, does anyone have a check command for the Alteon/Nortel platforms??? All the best - Mike Mike Hawley No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.488 / Virus Database: 269.15.5/1085 - Release Date: 10/22/2007 10:35 AM

[Nagios-users] PROCS WARNING: 88 processes

2007-10-22 Thread Philipp Del Mundo
Hi All, I have this error on check_procs when we upgrade all our servers from redhat7.3 to ubuntu "check_procs -w 150 -c 200"is this the correct values? Thanks -- Philipp S. Del Mundo IT.Technical Special Project Coordinator KFC/Mister Donut Philippines --

Re: [Nagios-users] ePN patch - testers wanted. [SEC=UNCLASSIFIED]

2007-10-22 Thread Larry Low
Check the SVN, I submitted a small patch for this. You may have had a better way to do it as I don't do heavy development. Larry Low 4150 N Drinkwater Blvd., 5th Floor Scottsdale, AZ 85251 Office: 480.385.7045 E-mail: [EMAIL PROTECTED]' Telesphere Networks, Inc -Original Message-

[Nagios-users] ePN patch - testers wanted. [SEC=UNCLASSIFIED]

2007-10-22 Thread Stanley.Hopcroft
Dear Folks, I am writing to invite testing of a small patch for the embedded Perl Nagios feature. Currently (2.10/3.x) ePN, when a plugin is modified (without a restart) refuses to run the modified plugin because compilation of the modified plugin fails when Perl attempts to redefine the modified

Re: [Nagios-users] check_snmp syntax issue (SOLVED)

2007-10-22 Thread Dylan Bouterse
I installed the newest plugins and subsequently updating my check_snmp plugin. I now have an option for 2c and after using the syntax below all is good! [EMAIL PROTECTED] libexec]# ./check_snmp -H 1.1.21.3 -P 2c -o 1.3.6.1.4.1.161.19.3.4.4.13.0 -C community --eregi=OK SNMP CRITICAL - *"No SYNC"*

Re: [Nagios-users] compile issue for nagios plugins 1.4.10 (SOLVED)

2007-10-22 Thread Dylan Bouterse
Thank you very much David! That fixed my compile issue and subsequently my check_snmp issue due to v2c not being an option. I'll repost a final email for that thread. Dylan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fulton, David Sent: Monday, Octo

Re: [Nagios-users] compile issue for nagios plugins 1.4.10

2007-10-22 Thread Fulton, David
I had a similar problem and had to set LDFLAGS and CFLAGS thusly: CFLAGS=-I/usr/include/mysql LDFLAGS=-L/usr/lib/mysql Aparently the resulting Makefile doesn't check in some of the more standard places that configure assumes it does. -Original Message- From: Dylan Bouterse [mailto:[EMAI

Re: [Nagios-users] compile issue for nagios plugins 1.4.10

2007-10-22 Thread Dylan Bouterse
I hope this goes back far enough and isn't overkill on the results of my make. My configure command: ./configure --with-mysql=/usr config.status: creating po/Makefile --with-apt-get-command: --with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s --with-pi

Re: [Nagios-users] check_snmp syntax issue (now compile issuefornagios plugins)

2007-10-22 Thread Fulton, David
Okay, now after reading the message again I understand(Duh). What sort of errors are you getting, could you post them so maybe we can help with options. David Fulton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fulton, David Sent: Monday, October 22,

Re: [Nagios-users] check_snmp syntax issue (now compile issue fornagios plugins)

2007-10-22 Thread Fulton, David
Why do you want to skip it? If it finds the mysql libraries and header file it will make the check_mysql plugin. This could come in handy later. You never know when you will need it and it will be there just in case. If it doesn't find it, then it will not build it and no harm done? David Fulto

[Nagios-users] check_snmp syntax issue (now compile issue for nagios plugins)

2007-10-22 Thread Dylan Bouterse
I am trying to compile the new Nagios plugins 1.4.10 but my make errors with mysql errors. What syntax do I use to skip the mysql plugin during compile/make? --without-PACKAGE ? --disable-FEATURE ? Dylan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [Nagios-users] check_snmp syntax issue

2007-10-22 Thread Dylan Bouterse
I guess you have a different check_snmp version than I do because I was not showing a 2c option for the version. I will investigate that and see if that's my issue. Dylan From: Yost, Josh [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 12:00 PM To: Dylan Bouterse; nagios-users@lists.s

Re: [Nagios-users] check_snmp syntax issue

2007-10-22 Thread Yost, Josh
It looks like the -P switch will tell it which snmp version to use. again, '-h' helps =) -P, --protocol=[1|2c|3] SNMP protocol version - Josh From: Dylan Bouterse [mailto:[EMAIL PROTECTED] Sent: Mon 10/22/2007 10:56 AM To: Yost, Josh; nagios-users@lists.

Re: [Nagios-users] check_snmp syntax issue

2007-10-22 Thread Dylan Bouterse
That may do it, but I can't get the host to respond using the check_snmp plugin. I think it may be a version mismatch. It seems the check_snmp plugin only supports SNMP v1 and v3, but not v2c. I cannot snmpget my device with v1 or v3. Dylan From: Yost, Josh [mailto:[EMAIL PROTECTED] Sent: Mo

Re: [Nagios-users] check_snmp syntax issue

2007-10-22 Thread Yost, Josh
I think the: --string='SYNC OK' option would do it. Try doing a '-h' on check_snmp to see all the options. - Josh From: [EMAIL PROTECTED] on behalf of Dylan Bouterse Sent: Mon 10/22/2007 10:24 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-use

[Nagios-users] check_snmp syntax issue

2007-10-22 Thread Dylan Bouterse
I am trying to get check_snmp working to alert when my GPS sync stops working on one of my devices. I can execute the snmpget command to get the string but I'm having no luck in configuring a check_snmp syntax to return values. [EMAIL PROTECTED] cfg]# snmpget -v 2c -c community 1.1.20.3 1.3.6.1.4

[Nagios-users] passive check bug error?

2007-10-22 Thread Diego Boccardo
Recently I Installed vesion 3.b5 of nagios I Have one server installed with nagios (nagios core ) and 5 distributed server with checks sending nsca (via cron ,without nagios) to the core the main problem is that we are sending at least 1500 nsca to the core and some time hangs the passive upda

Re: [Nagios-users] Monitor packet loss with check_ping command

2007-10-22 Thread Aidan Anderson
Alex Dehaini wrote: > But in this case - if there is a 20% packet loss out of 10 pings sent > to a host - will I be notified? > That all depends on what you set your max_check_attempts to. If you want to be notified of any packet loss, set this to 1 (one). Increase this value if you prefer mor

Re: [Nagios-users] Monitor packet loss with check_ping command

2007-10-22 Thread Giles Coochey
With that command, you will receive a warning at 20% PL and a critical at 50% PL. By the way, substitute $HOSTNAME$ with $HOSTADDRESS$, my typo. PS I only top-post here, because Outlook cannot seem to properly bottom-post with HTML emails, which the original sender used. Apologies, I will bot

Re: [Nagios-users] Monitor packet loss with check_ping command

2007-10-22 Thread Alex Dehaini
But in this case - if there is a 20% packet loss out of 10 pings sent to a host - will I be notified? On 10/22/07, Giles Coochey <[EMAIL PROTECTED]> wrote: > > check_ping uses the ping command. > > > > Packet Loss is considered a reply not within the timeout, this can > typically be around 3000ms

Re: [Nagios-users] Monitor packet loss with check_ping command

2007-10-22 Thread Giles Coochey
check_ping uses the ping command. Packet Loss is considered a reply not within the timeout, this can typically be around 3000ms So something like: ./check_ping -H $HOSTNAME$ -w 3000,20% -c 3000,50% Will do what you want. From: [EMAIL PROTECTED] [mail

[Nagios-users] Monitor packet loss with check_ping command

2007-10-22 Thread Alex Dehaini
Hi Guys, Can someone give me an example on how I can monitor only packet loss but not latency -- Alex Dehaini Developer Site - www.alexdehaini.com Email - [EMAIL PROTECTED] - This SF.net email is sponsored by: Splunk Inc. St