diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-06-28 17:58:18 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-06-28 17:58:18 +0200 |
commit | 480028f783aea36f7420fac1162a6ff76998fc3e (patch) | |
tree | ea771f51389adece15ce999dc64b2340d4faee68 /include | |
parent | 6f2295c7784492d9347930f49f97a97d3e7b6841 (diff) |
Get cisco temperatures too and mix other tweaks
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.pm b/include/config.pm index 8b4a10d..4d20e43 100755 --- a/include/config.pm +++ b/include/config.pm @@ -35,6 +35,7 @@ our @snmp_objects = [ ['ifInUnknownProtos'], ['ifOutQLen'], ['sysUpTime'], + ['ciscoEnvMonTemperatureStatusValue'], ['jnxOperatingTemp'], ['jnxOperatingCPU'], ['jnxOperatingDescr'], |