mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Merge pull request #1441 from CPbN/mikruptime
Mikrotik, add uptime mode
This commit is contained in:
commit
34534d8daa
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user