mirror of https://github.com/mikaku/Monitorix.git
fixes #66
This commit is contained in:
parent
a3cf07bd4e
commit
705b966315
|
@ -235,7 +235,7 @@ sub netstat_update {
|
|||
}
|
||||
if(open(IN, "netstat -lun -A inet6 |")) {
|
||||
while(<IN>) {
|
||||
$i6_udp++ if /^udp\s+/;
|
||||
$i6_udp++ if /^udp[ 6]\s+/;
|
||||
}
|
||||
close(IN);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue