diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-06-30 14:04:36 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-06-30 14:04:36 +0200 |
commit | 55148e1e558d6f0bc97bc8f6bc2933652ca2468d (patch) | |
tree | 69d526b46a7efccd774eecf0fc460e98f9ba1ccf /include | |
parent | d6e43208d50dfc4270578ff46fef83e4360a7574 (diff) |
Add serial numbers (cisco) and fix snmp view
No longer updates SNMP view when you're looking at it.
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.pm b/include/config.pm index 4d20e43..99cc6ba 100755 --- a/include/config.pm +++ b/include/config.pm @@ -36,6 +36,12 @@ our @snmp_objects = [ ['ifOutQLen'], ['sysUpTime'], ['ciscoEnvMonTemperatureStatusValue'], + ['entPhysicalSerialNum'], + ['entPhysicalName'], + ['entPhysicalHardwareRev'], + ['entPhysicalFirmwareRev'], + ['entPhysicalSoftwareRev'], + ['entPhysicalDescr'], ['jnxOperatingTemp'], ['jnxOperatingCPU'], ['jnxOperatingDescr'], |