yah, this is expected snmpwalk times..
CMD[/usr/bin/snmpbulkwalk -t '5' -v2c -c *** -Pud -OQUs -m ENTITY-MIB:CISCO-ENTITY-VENDORTYPE-OID-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp:/opt/observium/mibs/cisco 'udp':'va-sw01':'161' entPhysicalEntry]
|
|
CMD RUNTIME[463.2321s]
|
CMD[/usr/bin/snmpbulkwalk -t '5' -v2c -c *** -Pud -OXqs -m IP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'va-sw01':'161' ipNetToMediaPhysAddress]
|
|
CMD RUNTIME[392.858s]
|
and some others...
Try run same commands without bulk commands, ie:
time snmpwalk -t '5' -v2c -c *** -m IP-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp':'va-sw01':'161' ipNetToMediaPhysAddress
|
use your valid community string.
check runtime after command.
It it faster than 300 sec, set device snmp max-repetition time to 0 (in device edit page).
this disable all bulkwalks for device.
If this walks still will slow, disable arp module.. and other non required modules.
from the side of the observium, there is no way to speed it up any more.