Merge pull request #1993 from UrBnW/aix

enh(aix) Add uptime mode
This commit is contained in:
qgarnier 2020-05-13 19:07:31 +02:00 committed by GitHub
commit 8f1ab3f6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ sub new {
'storage' => 'snmp_standard::mode::storage', 'storage' => 'snmp_standard::mode::storage',
'swap' => 'os::aix::snmp::mode::swap', 'swap' => 'os::aix::snmp::mode::swap',
'time' => 'snmp_standard::mode::ntp', 'time' => 'snmp_standard::mode::ntp',
'uptime' => 'snmp_standard::mode::uptime',
); );
return $self; return $self;