enh(compellent) add some standard modes (#2328)

This commit is contained in:
UrBnW 2020-11-06 15:57:37 +01:00 committed by GitHub
parent cc370eb5fb
commit fce6f484e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ sub new {
'hardware' => 'storage::dell::compellent::snmp::mode::hardware',
'interfaces' => 'snmp_standard::mode::interfaces',
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
'time' => 'snmp_standard::mode::ntp',
'uptime' => 'snmp_standard::mode::uptime'
);
return $self;