mirror of https://github.com/mikaku/Monitorix.git
issue #303 fix
This commit is contained in:
parent
f74ce8a7f6
commit
47bf33b463
|
@ -171,7 +171,7 @@ sub net_update {
|
||||||
}
|
}
|
||||||
close(IN);
|
close(IN);
|
||||||
} elsif($config->{os} eq "FreeBSD") {
|
} elsif($config->{os} eq "FreeBSD") {
|
||||||
open(IN, "netstat -nibd |");
|
open(IN, "netstat -nibdW |");
|
||||||
while(<IN>) {
|
while(<IN>) {
|
||||||
if(/Link/ && /$nl[$n]/) {
|
if(/Link/ && /$nl[$n]/) {
|
||||||
# Idrop column added in 8.0
|
# Idrop column added in 8.0
|
||||||
|
|
Loading…
Reference in New Issue