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