RE: [Nagios-users] Check_snmp_int.pl

2006-02-16 Thread Mike Koponick
Cool! Thanks!   My Perl comment had little to do with the problem, but rather the fact that I need to start writing my own service checks.   Thanks!   Mike   -Original Message- From: Dennis Hopp [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 9:39 AM To: Mike K

Re: [Nagios-users] check_snmp quoting issue

2006-02-16 Thread Kyle Tucker
Okay, We found the issue in popen.c that was just bailing if it found any double quote in the command string. Commenting out this bit of code allowed the quoted OIDs to work. /* This is not a shell, so we don't handle "???" */ if (strstr (cmdstring, "\"")) return NU

Re: [Nagios-users] Graph links on Nagios 2.0 web interface

2006-02-16 Thread Hugo van der Kooij
On Thu, 16 Feb 2006, Efe Ohimor wrote: > I am currently running Nagios version 2.0 with the plugin version 1.4. I try > to create a link on my nagios web interface. I have tried it before on > version 1.2 and the links were created but I guess version 2.0 has a > different code. Or has anyone done

RE: [Nagios-users] Nagios 2.0 RPM

2006-02-16 Thread Marc Powell
http://oss.op5.se/nagios - courtesy of Andreas Ericsson. object_config_fix.php.gz and 12to20comments.php.gz They're unsupported and YMMV depending on how you've built your configs. -- Marc > -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf

RE: [Nagios-users] Nagios 2.0 RPM

2006-02-16 Thread Dennis Hopp
I'm going to guess no as there are configuration changes between 1.x and 2.x. I seem to recall a script somewhere that would try to take your 1.x config and make it 2.x compatible but I honestly don't remember where I saw it or if it was just talk about making one. --Dennis > -Original Mes

Re: [Nagios-users] Nagios 2.0 - x86_64 - POSIX-guaranteed warning

2006-02-16 Thread Eli Stair
I've attached an email I saved a while back in relation to this. I see the same issue when compiling 64-bit on any x86* platform & distro. Haven't had a chance to patch and test (or even read it...) this yet, let us know if it resolves the issue. /eli Tom Brown wrote: Hi Just installed a

RE: [Nagios-users] Status Map icons issue

2006-02-16 Thread Miner, Jonathan W (CSC) (US SSA)
The statusmap_image has to be a "gd2" file. -Original Message- From: [EMAIL PROTECTED] on behalf of Network Administrator Sent: Thu 02/16/2006 12:36 PM To: nagios-users@lists.sourceforge.net Cc: Subject:Re: [Nagios-users] Status Map icons issue define hostextinfo{

RE: [Nagios-users] Check_snmp_int.pl

2006-02-16 Thread Dennis Hopp
That's not really perl, that's just regular expressions.   If you need help with regular expressions check out "The Regex Coach".  It's a free program that will help you figure out the regular _expression_ you need to match a given phrase.   --Dennis From: Mike Koponick [mailto:[E

RE: [Nagios-users] Check_snmp_int.pl

2006-02-16 Thread Mike Koponick
Dennis,   Thanks for the tip. That worked!   I suppose it’s time to dive into Perl ;-)   Thanks!   Mike       -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Hopp Sent: Thursday, February 16, 2006 9:33 AM To: Mike Koponick; Nagi

Re: [Nagios-users] Status Map icons issue

2006-02-16 Thread Network Administrator
define hostextinfo{ host_name col-gateway icon_image cisco_icon.gif statusmap_image cisco_icon.gif namecisco_icon } define hostextinfo{ host_name menp-gateway use cisco_icon } [snip] Irwin D

RE: [Nagios-users] Check_snmp_int.pl

2006-02-16 Thread Dennis Hopp
Try:   ./check_snmp_int -H 10.xx.xx.xx -C -n GigabitEthernet0/1$   --Dennis From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike KoponickSent: Thursday, February 16, 2006 11:18 AMTo: Nagios UsersSubject: [Nagios-users] Check_snmp_int.pl I’m using che

[Nagios-users] Check_snmp_int.pl

2006-02-16 Thread Mike Koponick
I’m using check_snmp_int.pl to check on interfaces on switches/routers, but can’t seem to have it look at a single interface. I think this is a “/” issue, but am not sure.   When use the command:   ./check_snmp_int -H 10.xx.xx.xx -C -n GigabitEthernet0/1   I receive the following:  

RE: [Nagios-users] Status Map icons issue

2006-02-16 Thread Miner, Jonathan W (CSC) (US SSA)
Irwin - Could you post your hostextinfo definition? Thanks -Original Message- From: Network Administrator [mailto:[EMAIL PROTECTED] Sent: Thu 02/16/2006 11:54 AM To: Miner, Jonathan W (CSC) (US SSA) Cc: Subject:Re: [Nagios-users] Status Map icons issue Thank Jonath

Re: [Nagios-users] Status Map icons issue

2006-02-16 Thread Matteo Corti
Toto Capuccino wrote: > It can be a permission issue, persosnnaly i use mostly .png icons or .gd > But i think you cant use .jpg nor .gif for statusmap It could also be (as in my case :-) a wrong physical_html_path in cgi.cfg. Matteo > > 2006/2/16, Network Administrator < [EMAIL PROTECTED] >

[Nagios-users] Nagios 2.0 - x86_64 - POSIX-guaranteed warning

2006-02-16 Thread Tom Brown
Hi Just installed and run up my first 2.0 installation and this was compiled and run on a x86_64 box running CentOS 4.2 - things seem to be OK but running the pre-flight check i get this Size of service_message struct (528 bytes) is > POSIX-guaranteed atomic write size (512 bytes). Service c

Re: [Nagios-users] Status Map icons issue

2006-02-16 Thread Toto Capuccino
It can be a permission issue, persosnnaly i use mostly .png icons or .gdBut i think you cant use .jpg nor .gif for statusmap2006/2/16, Network Administrator < [EMAIL PROTECTED]>:After creating a hostextinfo.cfg file when I hover over hosts on the status map, the manufacturer icons correctly display

[Nagios-users] Status Map icons issue

2006-02-16 Thread Network Administrator
After creating a hostextinfo.cfg file when I hover over hosts on the status map, the manufacturer icons correctly display in the popup, however, I still see question mark icons on the status map for each host. If anyone knows why this is so and how to correct it I would be much obliged. ---

Re: [Nagios-users] install of nagios

2006-02-16 Thread john matijevic
Didyou run it from the same -compiled- nagios source as your originalinstall? That would be the only reason I can think that the ~nagios/etcdirectory wouldn't be created when you run that target. If you continue to have problems, post the output of your run of 'make install-config'.   Answer: Yes M

Re: [Nagios-users] network traffic monitoring plugin or bandwidth pluin for nagios

2006-02-16 Thread rader
> i am trying you plugin but this is not working may be because you have > menctioned the reasons.I need to monitor all my customers traffic is there > any other way to monitor network traffic on cisco roter interfaces. There's check_iftraffic-like plugins (umm, that work) available at...

Re: [Nagios-users] check_snmp quoting issue

2006-02-16 Thread Kyle Tucker
> > did you try > > /check_snmp -t 3 -P 3 -H 192.168.16.11 -w 1 -c 5 -L authPriv -U -a > > MD5 -A -X -o nsExtendResult.'"extt2"' Yes, I tried all kinds of combinations. I should add this exits with exit code 3. /usr/local/nagios/libexec/check_snmp -t 3 -P 3 -H 192.16

Re: [Nagios-users] check_command issue

2006-02-16 Thread Mark Eisenblaetter
Hi, or for UnixServer you can use check_by_ssh Mark On 2/16/06, Mrutyunjaya Dash <[EMAIL PROTECTED]> wrote: > > > Hi All, > > We got the installation of nagios 2.0b5 with plugin 1.4.2. I have installed > and configured nagios very recently. Now I have just added few servers for > monitoring cer

Re: [Nagios-users] network traffic monitoring plugin or bandwidth pluin for nagios

2006-02-16 Thread Radhika
Hi Arno,   i am trying you plugin but this is not working  may be because you have menctioned the reasons.I need to monitor all my customers traffic is there any other way to monitor network traffic on cisco roter interfaces.   Thnaks for your helpArno Lehmann <[EMAIL PROTECTED]> wrote: Hello,

Re: [Nagios-users] check_snmp quoting issue

2006-02-16 Thread Toto Capuccino
did you try /check_snmp -t 3 -P 3 -H 192.168.16.11 -w 1 -c 5 -L authPriv -U -a MD5 -A -X -o nsExtendResult.'"extt2"'   2006/2/16, Kyle Tucker <[EMAIL PROTECTED]>: Hi,I'm trying to use the new extend directivein Net-SNMP and the symbolic OIDs literally containa qu

RE: [Nagios-users] install of nagios

2006-02-16 Thread Marc Powell
Configure options are irrelevant in this case. -- Marc > -Original Message- > From: Toto Capuccino [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 9:37 AM > To: john matijevic > Cc: Marc Powell; nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] install of nagi

RE: [Nagios-users] Netapp Scripts

2006-02-16 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Barry Maclean > Sent: Wednesday, February 15, 2006 1:20 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Netapp Scripts > > Does anyone have scripts which would help

Re: [Nagios-users] install of nagios

2006-02-16 Thread Toto Capuccino
Which nagios package version are you trying to install ?Did you try to give configure options to see the difference ? ./configure --prefix=prefix --with-cgiurl=cgiurl --with-htmurl=htmurl --with-nagios-user=someuser --with-nagios-grp=somegroup2006/2/16, john matijevic < [EMAIL PROTECTED]>:Hello Tea

[Nagios-users] check_snmp quoting issue

2006-02-16 Thread Kyle Tucker
Hi, I'm trying to use the new extend directive in Net-SNMP and the symbolic OIDs literally contain a quote. I can't get check_snmp to be satisfied with the quotes I need to pass. I need to be able to pass nsExtendResult."extt2" to snmpd. Any suggestions? Thanks. /usr/local/nagios/libexec/

RE: [Nagios-users] install of nagios

2006-02-16 Thread Marc Powell
The documentation is _slightly_ deficient and presumes that your ran all the make targets below. *** Compile finished *** If the main program and CGIs compiled without any errors, you can continue with installing Nagios as follows (type 'make' without any arguments for a list of all possible opti

RE: [Nagios-users] check_command issue

2006-02-16 Thread Mrutyunjaya Dash
Hi, For this NSCA and NRPE to work, do I need to do something on the server side or client (the machine which will be monitored through nagios) side? Regards, Dash -Original Message- From: Thibault Genessay [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 8:05 PM To: Mrutyun

Re: [Nagios-users] check_command issue

2006-02-16 Thread Thibault Genessay
Mrutyunjaya Dash wrote: Hi All, We got the installation of nagios 2.0b5 with plugin 1.4.2. I have installed and configured nagios very recently. Now I have just added few servers for monitoring certain srevices. But for all the servers I am seeing the same information on the nagios scree

Re: [Nagios-users] Nagios and NRPE daemon for monitoring

2006-02-16 Thread Toto Capuccino
Hoi,yes you will need to install nrpe on the two other machines. If snmp service isnt a third part tool for you, you can already perform a number of checks with it. Also, you'd better search the list as a project is running for WMI stuff that would allow checks without any software installed on ser

RE: [Nagios-users] check_command issue

2006-02-16 Thread Davy Gaussen
Hi, You have to run the nrpe daemon on each server you want to monitor. For NSCA, you have to use the send_nsca command with the nsc daemon running on you nagios host. Davy gaussen -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Mrutyunjaya Dash Envoyé 

RE: [Nagios-users] check_command issue

2006-02-16 Thread Mrutyunjaya Dash
Hi, To get the servers monitored through the nagios, should both of the daemons be running on both nagios host and the servers? Regards, Dash -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davy Gaussen Sent: Thursday, February 16, 2006 8:24 PM To: nagi

RE: [Nagios-users] check_command issue

2006-02-16 Thread Davy Gaussen
Hi, For NRPE : daemon to be run on the monitored hosts, to execute plugins remotely For NSCA : daemon to be run on the MONITORING host (nagios) to accept passive check results, from the monitored server you have to submit the results through the send_nsca command For windows monitored hosts : NC_N

[Nagios-users] check_command issue

2006-02-16 Thread Mrutyunjaya Dash
Hi All,   We got the installation of nagios 2.0b5 with plugin 1.4.2. I have installed and configured nagios very recently. Now I have just added few servers for monitoring certain srevices.  But for all the servers I am seeing the same information on the nagios screen. Below is the inform

[Nagios-users] check_command issue

2006-02-16 Thread Mrutyunjaya Dash
Title: check_command issue Hi All, We got the installation of nagios 2.0b5 with plugin 1.4.2. I have installed and configured nagios very recently. Now I have just added few servers for monitoring certain srevices.  But for all the servers I am seeing the same information on the nagios scree

[Nagios-users] Nagios and NRPE daemon for monitoring

2006-02-16 Thread Naveen C Joshi
Hi, I want to use Nagios to monitor public and private resources with given below network. Please provide me guidance to accomplish this task.   Centralise monitoring Nagios Host = 192.xxx.xxx.xx1 (Nagios 2.x version Installed, NRPE plugin 2.5)   We have a pool of remote servers with followin

Re: [Nagios-users] install of nagios

2006-02-16 Thread john matijevic
Hello Team, Thanks again for all of your assistance, as it's been a while and I am not as experienced in Linux. Again the issue is after I go to run the configure command and the make all, make install and make install-config, according to the documentation I should see 5 different subdirectories,

RE: [Nagios-users] network traffic monitoring plugin or bandwidth pluin for nagios

2006-02-16 Thread Sumit Malhotra
# check_mrtgtraf  --help check_mrtgtraf (nagios-plugins 1.4.1) 1.24 Copyright (c) 1999 Ethan Galstad <[EMAIL PROTECTED]> Copyright (c) 1999-2004 Nagios Plugin Development Team     <[EMAIL PROTECTED]>     This plugin will check the incoming/outgoing transfer rates of a router, sw

Re: [Nagios-users] network traffic monitoring plugin or bandwidth pluin for nagios

2006-02-16 Thread Arno Lehmann
Hello, On 2/16/2006 11:28 AM, Radhika wrote: Hi Guys, Presently we have different broadband users customers with different speeds like 512k,2m,5m,10m lines.I want to know is there any plugin for nagios to send the alerts when it reaches the bandwidth capacity 70% or 80 %.This plun in shoul

[Nagios-users] network traffic monitoring plugin or bandwidth pluin for nagios

2006-02-16 Thread Radhika
Hi Guys,    Presently we have different broadband users customers with different speeds like 512k,2m,5m,10m lines.I want to know is there any plugin for nagios to send the alerts when it reaches the bandwidth capacity 70% or 80 %.This plun in should have the option of choosing speed limits so tha

R: R: [Nagios-users] I: NSClient++ configuration problems

2006-02-16 Thread Marco Borsani
I set 1248 (NSClient) and 5666 (NRPE) ports on NCS.INI file. I see both ports open (but associated to local IP 0.0.0.0), NSClient++ is running, but neither a check_nt, a check_nrpe or a check_tcp run correctly. Marco --- -}-Messaggio originale- -}Da: Michael Med

[Nagios-users] monitor temperature - snmp

2006-02-16 Thread Richard Gliebe
Hi, sorry for maybe OT, but I'm fighting with snmp /Mibs. I have to monitor the temperature of our UPS via a snmp card (NetManPlus - http://www.ups-technet.com/netmanplus.htm ). An snmpget show me an integer '0' (OID is from www.mibdepot.com/ which is the same as the one from the Mibs from CD)

[Nagios-users] Graph links on Nagios 2.0 web interface

2006-02-16 Thread Efe Ohimor
Hello All, I am currently running Nagios version 2.0 with the plugin version 1.4. I try to create a link on my nagios web interface. I have tried it before on version 1.2 and the links were created but I guess version 2.0 has a different code. Or has anyone done it on version 2.0 before. Because

R: [Nagios-users] I: NSClient++ configuration problems

2006-02-16 Thread Marco Borsani
Yes , there is a firewall but the ports 1248 e 5666 are open . Actually I am monitoring other windows system with old NSClient agent. Marco -}-Messaggio originale- -}Da: [EMAIL PROTECTED] -}[mailto:[EMAIL PROTECTED] Per conto -}di Allan Holdt Hansen INBODAN -}Inviato: mercoledì 15 febbr