Re: [Nagios-users] nagios-plugins-snmp solaris 9 compile problem

2007-12-03 Thread Patrick Proy
Hi, Never compiled this on Solaris. It seems it doesn't like : static struct option long_options[50]; "struct option" is defined in "getopt.h" I think. Maybe it it different with Solaris. Regards, Patrick _ De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Rich

Re: [Nagios-users] Manage Cisco Interfaces

2007-10-25 Thread Patrick Proy
Hi, First have a look at the FAQ : http://nagios.manubulon.com/wiki/index.php/Faq-url#No_usable_data_on_file_.2 8X_rows.29 Then read some doc : http://nagios.manubulon.com/snmp_int.html Then, - Make sure that your check interval is similar to the default average time (5 minutes) or change this

Re: [Nagios-users] check_traffic

2007-10-10 Thread Patrick Proy
Hi, check_traffic doesn't use high perf counters, so you will have problems with high speed interface (even with 100BT actually). You can use check_snmp_int.pl with -g option. Patrick -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Danilo Perdomo Envoy

Re: [Nagios-users] Switch Port Monitoring Advice

2007-09-04 Thread Patrick Proy
Hi, Monitoring switch ports is in much case useless as you often monitor the servers behind. In case you want to do this, and test the traffic flow through them, I think the best way is to use snmmp and group the testing of ports in a few (or one) services to minimize snmp queries, and only selec

Re: [Nagios-users] check_snmp_int.pl regex problems

2007-06-26 Thread Patrick Proy
Hi, The big problem with Windows SNMP agent, is that is puts special caracters you don't see in interface description, so putting "Network Connection$" won't work because there are control caracters after "Connection". (maybe "Connection[ [:cntrl:]]*$" would work). Single or double quote don't ma

Re: [Nagios-users] problem nagios snmp with windows machines

2007-06-15 Thread Patrick Proy
Hi, All the syntax of all the scripts can also be found at the home page of the project : http://nagios.manubulon.com . And, as Max Hetrick said, you can always do a

Re: [Nagios-users] Adding the embedded perl intrepreter down the road

2007-05-24 Thread Patrick Proy
ave a quick question. Is it possible to configure our Nagios installation to use the embedded Perl intrepretter AFTER I have configured and deployed our Nagios installation. We use Patrick Proy’s SNMP plugins and those are all written in perl, as most of you probably already know I’m sure. We would li

Re: [Nagios-users] Different results from 'check_snmp' running ondifferent servers

2007-05-03 Thread Patrick Proy
Hi, These files are available for free at cisco.com, you should never have to pay for this : http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&mibName=CISCO-E NVMON-MIB I would also suggest you use numerical OID. And last, there is an existing script to check temps sensors on Cisco :

Re: [Nagios-users] no output returned from plugin

2007-04-25 Thread Patrick Proy
>Dunno. I've never used the plugin before and it's not included with the standard plugins. I've googled for >you though and found http://nagios.manubulon.com/snmp_windows.html which looks like very good >documentation. Presuming that is the exact same plugin you are using, the -T parameter must

[Nagios-users] Announce : snmp plugins version 1.1.1

2007-04-24 Thread Patrick Proy
Hi, The 1.1.1 version of the snmp plugins is released. Major changes are : - Offline doc in the package - snmp enhancements : packet size option in many scripts, snmpv3 port bug corrected - check_snmp_env.pl : more sensors and equipements supported (Foundry & Cisco) - check_snmp_int.pl :

Re: [Nagios-users] (no subject)

2007-04-23 Thread Patrick Proy
Read the script usage (check_snmp_win.pl -h), then probably remove the "-T" option or put "-T service". Patrick http://nagios.manubulon.com De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de +ACI-Valdinger, Stephen (DOV, MSX)+ACI- Envoyé : lundi 23

Re: [Nagios-users] Just using SNMP

2007-04-19 Thread Patrick Proy
Hi, With SNMP on Windows machines, you can check with the check_snmp_* scripts (http://nagios.manubulon.com) : - Disk Usage (check_snmp_storage.pl) - Virtual memory usage (check_snmp_storage.pl) - Windows Service state (check_snmp_win.pl) - Process state, memory and CPU usage (check_snmp_process

Re: [Nagios-users] Router & L3 Device CPU & Memory Utilization

2007-04-18 Thread Patrick Proy
Hi, Have a look at the config examples here : http://nagios.manubulon.com/index_commands.html Patrick -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Navdeep Sidhu Envoyé : mercredi 18 avril 2007 10:17 À : nagios-users@lists.sourceforge.net Objet : Re:

Re: [Nagios-users] Problem with check_http and a Cisco CSS 11501

2007-02-27 Thread Patrick Proy
Hi, Depending on the check_http options, you can mess up the CSS in his session persistance (by not returning the ARPT cookie for example). You can also have ARP problems. - Do you have the same problem using command line ? Doing a telnet on port 80 ? - What are the services/content states on the

Re: [Nagios-users] Using check_snmp_int.pl to query Windows networkinterface

2006-12-11 Thread Patrick Proy
: lundi 11 décembre 2006 05:39 À : Patrick Proy Cc : nagios-users@lists.sourceforge.net Objet : Re: [Nagios-users] Using check_snmp_int.pl to query Windows networkinterface On 12/11/06, Patrick Proy < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Hi,

Re: [Nagios-users] ePN error

2006-12-11 Thread Patrick Proy
di 11 décembre 2006 06:11 À : nagios-users@lists.sourceforge.net Objet : Re: [Nagios-users] ePN error "Patrick Proy" <[EMAIL PROTECTED]> escribis en el mensaje news:[EMAIL PROTECTED] Hi, I agree with S. Hopcroft, it must be a script error. I suspect that you use performance output (-

Re: [Nagios-users] ePN error

2006-12-07 Thread Patrick Proy
Hi, I agree with S. Hopcroft, it must be a script error. I suspect that you use performance output (-k option) : is it the case ? Could you send the options you use with the script ? (command + service definition ?) and the return of the script with -v option using these options. Patrick http://

Re: [Nagios-users] Snmp - How do you use yours?

2006-11-28 Thread Patrick Proy
Hi, You can give these scripts a try, they will save you some time if you are looking for OIDs : http://www.manubulon.com/nagios/ To run local test using snmp, you can use the "exec" command in snmpd.conf (man snmpd.conf for details): the results will be in the OID table at 1.3.6.1.4.1.2021.8.

Re: [Nagios-users] Script returns "No Output"

2006-11-06 Thread Patrick Proy
Hi, It just means that embeded perl doesn't support your script. You can use the "mini_epn" utility found in the /contrib directory of Nagios to test it : # ./mini_epn Enter file name: check_apache.pl embedded perl ran check_apache.pl with error Variable "$url" is not imported at (eval 2) line

Re: [Nagios-users] Check Processes and their CPU and MEM usage

2006-09-18 Thread Patrick Proy
Hi, If you can use snmp, try http://www.manubulon.com/nagios/snmp_process.html Patrick -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Camillo Scandura Envoyé : lundi 18 septembre 2006 14:43 À : nagios-users@lists.sourceforge.net; [EMAIL PROTECTED] Obj

Re: [Nagios-users] Monitor Windows Program

2006-09-07 Thread Patrick Proy
You can use the MIBII process table with snmp using check_snmp_process.pl : http://www.manubulon.com/nagios/snmp_process.html Patrick http://www.manubulon.com/nagios/ https://sourceforge.net/projects/nagios-snmp/ -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De l

RE: [Nagios-users] plugins for windows services

2005-12-17 Thread Patrick Proy
Hi, Try check_snmp_win.pl (http://www.manubulon.com/nagios/snmp_windows.html) : it monitors windows services by snmp using the Microsoft MIB. Patrick -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Petri Niemela Envoyé : vendredi 16 décembre 2005 23:08

RE: [Nagios-users] SNMP - Check Load

2005-11-29 Thread Patrick Proy
> De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la part > de Tom Brown > Envoyé : mardi 29 novembre 2005 17:57 > À : Patrick Proy > Cc : nagios-users@lists.sourceforge.net > Objet : Re: [Nagios-users] SNMP - Check Load > > > > What exactly did y

RE: [Nagios-users] SNMP - Check Load

2005-11-29 Thread Patrick Proy
x27;origine- De : Tom Brown [mailto:[EMAIL PROTECTED] Envoyé : mardi 29 novembre 2005 16:33 À : Patrick Proy Cc : nagios-users@lists.sourceforge.net Objet : Re: [Nagios-users] SNMP - Check Load > http://www.manubulon.com/nagios/snmp_load.html this does

RE: [Nagios-users] SNMP - Check Load

2005-11-26 Thread Patrick Proy
http://www.manubulon.com/nagios/snmp_load.html Patrick > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la part > de Tom Brown > Envoyé : vendredi 25 novembre 2005 16:38 > À : nagios-users@lists.sourceforge.net > Objet : [Nagios-users] SNMP - Check Load > >