add HW Group STE temp monitor class

This commit is contained in:
Oliver Gorwits
2022-07-04 16:29:39 +01:00
parent 4d471b38fb
commit 70379aaf6e
2 changed files with 166 additions and 0 deletions

View File

@@ -1137,6 +1137,12 @@ Subclass for Gigamon devices.
See documentation in L<SNMP::Info::Layer7::Gigamon> for details.
=item SNMP::Info::Layer7::HWGroup
Subclass for HW Group devices.
See documentation in L<SNMP::Info::Layer7::HWGroup> for details.
=item SNMP::Info::Layer7::Liebert
Subclass for Liebert devices.
@@ -1823,6 +1829,7 @@ sub device_type {
9694 => 'SNMP::Info::Layer7::Arbor',
12532 => 'SNMP::Info::Layer7::Neoteris',
14525 => 'SNMP::Info::Layer2::Trapeze',
21796 => 'SNMP::Info::Layer7::HWGroup',
26866 => 'SNMP::Info::Layer7::Gigamon',
);