diff --git a/plugins/other/snmp__netapp_inodeusage_ b/plugins/other/snmp__netapp_inodeusage_ index 1843ba76..b3f74236 100755 --- a/plugins/other/snmp__netapp_inodeusage_ +++ b/plugins/other/snmp__netapp_inodeusage_ @@ -51,7 +51,7 @@ of Network Appliance, Inc. in the U.S. and other countries. =head1 BUGS This plugin wasn't tested on many hardware. If you encounter bugs, -please report any to Guillaume Blairon ELE. +please report them to Guillaume Blairon ELE. =head1 LICENSE @@ -92,7 +92,7 @@ my $session = Munin::Plugin::SNMP->session(); my ($host, undef, undef, $tail) = Munin::Plugin::SNMP->config_session(); my ($df_id, $name_oid); -if ($tail =~ /^netapp_inodeusage_(\d)*$/) { +if ($tail =~ /^netapp_inodeusage_(\d+)$/) { $df_id = $1; $name_oid = '1.3.6.1.4.1.789.1.5.4.1.2.' . $df_id; } else {