Merge pull request #1339 from CPbN/uptime

Netapp, add uptime check
This commit is contained in:
qgarnier 2019-01-15 16:21:15 +01:00 committed by GitHub
commit 256e40011b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ sub new {
'temperature' => 'storage::netapp::snmp::mode::temperature',
'volumeoptions' => 'storage::netapp::snmp::mode::volumeoptions',
'cache-age' => 'storage::netapp::snmp::mode::cacheage',
'uptime' => 'snmp_standard::mode::uptime',
);
return $self;