Re: [jffnms-users] SNMP Timeouts

2004-09-30 Thread Chris Hammond
Ok, so two seconds would be 200*1 or 100*2 or is it the same thing? I assume that the "*" means multiply. Chris Javier Szyszlican wrote: Chis, Yes, that means 1 second. Theres is also one for snmp_walk. Javier Chris Hammond wrote: Is this it? $aux = @snmpget($host,$comm,$oid,(100*1),

Re: [jffnms-users] SNMP Timeouts

2004-09-30 Thread Javier Szyszlican
Chis, Yes, that means 1 second. Theres is also one for snmp_walk. Javier Chris Hammond wrote: Is this it? $aux = @snmpget($host,$comm,$oid,(100*1), $retries); Javier Szyszlican wrote: Chis, Is hard coded in lib/api.network.inc.php, but I've in TO DO a task to put it as a host parameter. Javie

Re: [jffnms-users] SNMP Timeouts

2004-09-30 Thread Chris Hammond
Is this it? $aux = @snmpget($host,$comm,$oid,(100*1), $retries); Javier Szyszlican wrote: Chis, Is hard coded in lib/api.network.inc.php, but I've in TO DO a task to put it as a host parameter. Javier Chris Hammond wrote: What file is the timeout, waiting for all data to be returned from hos

Re: [jffnms-users] SNMP Timeouts

2004-09-30 Thread Javier Szyszlican
Chis, Is hard coded in lib/api.network.inc.php, but I've in TO DO a task to put it as a host parameter. Javier Chris Hammond wrote: What file is the timeout, waiting for all data to be returned from host, hard coded in? Thanks Chris --- This S