Merge pull request #1441 from CPbN/mikruptime

Mikrotik, add uptime mode
This commit is contained in:
qgarnier 2019-03-25 09:37:47 +01:00 committed by GitHub
commit 212f27b0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Check hardware.
=item B<--component>
Which component to check (Default: '.*').
Can be: 'voltage', 'temperature', 'fan'.
Can be: 'current', 'fan', 'power', 'temperature', 'voltage'.
=item B<--filter>

View File

@ -39,6 +39,7 @@ sub new {
'list-ssids' => 'network::mikrotik::snmp::mode::listssids',
'memory' => 'network::mikrotik::snmp::mode::memory',
'signal' => 'network::mikrotik::snmp::mode::signal',
'uptime' => 'snmp_standard::mode::uptime',
);
return $self;