enh(aix) Add uptime mode

This commit is contained in:
UrBnW 2020-05-13 09:35:52 +02:00
parent 5c8e1c41da
commit 83cbf14a53
1 changed files with 1 additions and 0 deletions

View File

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