From the debug log:
Code: Select all
06/26/2012 12:35:01 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'x', and OID:'.1.3.6.1.4.1.2021.4.5.0'
06/26/2012 12:35:01 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'x', and OID:'.1.3.6.1.4.1.2021.4.6.0'
06/26/2012 12:35:01 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'x', and OID:'.1.3.6.1.4.1.2021.4.3.0'
06/26/2012 12:35:01 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'x', and OID:'.1.3.6.1.4.1.2021.4.4.0'
06/26/2012 12:35:01 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'x', and OID:'.1.3.6.1.4.1.2021.4.14.0'
06/26/2012 12:35:01 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'x', and OID:'.1.3.6.1.4.1.2021.4.15.0'
In the ss_netsnmp_memory.php file I have:
Code: Select all
218 # Cacti's SNMP timeout uses milliseconds, while PHP uses Net-SNMP foormat, which is
219 # typically microseconds. Normalize by multiplying the timeout value by 1000.
220 #
221 $snmp_timeout = ($snmp_timeout * 1000);
Code: Select all
218 # Cacti's SNMP timeout uses milliseconds, while PHP uses Net-SNMP foormat, which is
219 # typically microseconds. Normalize by multiplying the timeout value by 1000.
220 #
221 #$snmp_timeout = ($snmp_timeout * 1000);