From 55148e1e558d6f0bc97bc8f6bc2933652ca2468d Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 30 Jun 2016 14:04:36 +0200 Subject: Add serial numbers (cisco) and fix snmp view No longer updates SNMP view when you're looking at it. --- include/config.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/config.pm') 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'], -- cgit v1.2.3