Description
A recent firmware on Draytek Vigor routers has added reporting of CPU usage % and Memory usage Percentage. There is also an optional USB temperature sensor which I have connected and would be useful to have graphed.
Could these OIDs be polled?
// cpu usage percentage
|
HOST-RESOURCES-MIB::hrProcessorLoad.0 = INTEGER: 3 |
// temperature sensor
|
SNMPv2-SMI::enterprises.7367.1.1.0 = STRING: "37.0 C" |
// it is possible to connect 2 temperature sensors
|
SNMPv2-SMI::enterprises.7367.1.2.0 = STRING: "No sensor" |
// memory usage percentage
|
SNMPv2-SMI::enterprises.7367.3.7.0 = INTEGER: 89 |
|
|
|
Thanks ![]()
After some backwards and forward with draytek support (who kept saying that the knowledge base article was a mib file!) I have managed to get them to send it to me!
[^DRAYTEK-CORPORATION.mib]
It would be great if all the extra OIDS in that MIB could be supported as well (VPN info etc).
Many thanks.