1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-06 07:05:17 +01:00
This commit is contained in:
Páll Guðjón Sigurðsson
2010-03-03 10:41:53 +00:00
parent e60a53daf9
commit 68f0fdf429
2 changed files with 780 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ foreach my $key ( keys %$resultat) {
foreach ( $s->var_bind_names() ) {
$temp_interface_descr = $s->var_bind_list()->{$_};
}
next if ($temp_interface_descr !~ m/$target_interface/);
if ( lc($temp_interface_descr) eq lc($target_interface) ) {
$target_interface_index = $index;
}