Thanks Craig, I will look forward to change the timeouts and see what happens.

The OID exist but the Server takes too long to response because its not a 
native SNMMP OID, it's a dll extension added to the SNMP Windows Service and 
seems to work slowly.

This is a Windows Server and I want to poll some counters (like SQL 2005) that 
are no longer accessible through SNMP but are there through WMI so I installed 
an extension to retrieve this WMI counters through SNMP gets and walks 
(http://erwan.l.free.fr/snmptools/).

Felipe


-----Mensaje original-----
De: Craig Small [mailto:csm...@enc.com.au] 
Enviado el: jueves, 30 de diciembre de 2010 12:26
Para: jffnms-users@lists.sourceforge.net
Asunto: Re: [jffnms-users] WMI counters support

On Mon, Dec 27, 2010 at 08:22:57AM +0000, Felipe Aceitón Muñoz wrote:
>    Is there a way to configure the timeout of the poller? Im able to walk all
>    the OIDs with an snmpwalk (slowly, but Im able).
The short answer is yes, but its a global setting and not too obvious in
the code, you'll find some timeouts in lib/api.network.inc.php though
the version will change where the timeout is used.

>    09:12:36  :  H  12 :  I 412 :  P   1 : snmp_counter:hd_queue(.1.3..1.1): 
>    -> buffer(): 1 (time P:6017.35 | 0.53)
It looks like the OID doesn't exist, so why are you polling for it? 
A better way is to have your discovery script detect if it can see the
OID and if not, move on.

The next version of JFFNMS will actually check the sysObjectId so it
won't look for windows counters on your Cisco boxes.

 - Craig
-- 
Craig Small VK2XLZ    http://www.enc.com.au/       csmall at : enc.com.au
Debian GNU/Linux      http://www.debian.org/       csmall at : debian.org
GPG fingerprint:       1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to