mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ Fix #188
This commit is contained in:
parent
c5aed031f0
commit
fad7a157e6
@ -35,6 +35,7 @@ sub new {
|
|||||||
'numeric-value' => 'snmp_standard::mode::numericvalue',
|
'numeric-value' => 'snmp_standard::mode::numericvalue',
|
||||||
'string-value' => 'snmp_standard::mode::stringvalue',
|
'string-value' => 'snmp_standard::mode::stringvalue',
|
||||||
'dynamic-command' => 'snmp_standard::mode::dynamiccommand',
|
'dynamic-command' => 'snmp_standard::mode::dynamiccommand',
|
||||||
|
'uptime' => 'snmp_standard::mode::uptime',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
@ -46,6 +47,6 @@ __END__
|
|||||||
|
|
||||||
=head1 PLUGIN DESCRIPTION
|
=head1 PLUGIN DESCRIPTION
|
||||||
|
|
||||||
Check SNMP values (string, numeric or execute commands).
|
Check SNMP values (string, numeric or execute commands) or standard (uptime).
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user