This commit is contained in:
garnier-quentin 2015-10-16 00:23:58 +02:00
parent c5aed031f0
commit fad7a157e6
1 changed files with 2 additions and 1 deletions

View File

@ -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