Merge pull request #2046 from UrBnW/syno

enh(synology) Add standard modes
This commit is contained in:
qgarnier 2020-06-09 16:27:45 +02:00 committed by GitHub
commit b360451f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -38,8 +38,11 @@ sub new {
'memory' => 'snmp_standard::mode::memory',
'load' => 'snmp_standard::mode::loadaverage',
'storage' => 'snmp_standard::mode::storage',
'swap' => 'snmp_standard::mode::swap',
'temperature' => 'storage::synology::snmp::mode::temperature',
'time' => 'snmp_standard::mode::ntp',
'ups' => 'storage::synology::snmp::mode::ups'
'uptime' => 'snmp_standard::mode::uptime',
);
return $self;