mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
snmp__if_combined: fix syntax to use explicit 'my'.
This commit is contained in:
parent
7dd40e24d7
commit
edb8732d8e
1 changed files with 2 additions and 2 deletions
|
@ -760,8 +760,8 @@ END
|
|||
return;
|
||||
}
|
||||
|
||||
$errors = $snmpinfo->{$if}->{ifInErrors};
|
||||
$discards = $snmpinfo->{$if}->{ifInDiscards};
|
||||
my $errors = $snmpinfo->{$if}->{ifInErrors};
|
||||
my $discards = $snmpinfo->{$if}->{ifInDiscards};
|
||||
printf("errors_in %s\n".
|
||||
"discards_in %s\n".
|
||||
"total_in %s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue