mirror of https://github.com/mikaku/Monitorix.git
Merge branch 'monitorix.cgi-css' of github.com:z-eos/Monitorix into monitorix.cgi-css
This commit is contained in:
commit
681a185d8a
|
@ -171,7 +171,7 @@ sub net_update {
|
|||
}
|
||||
close(IN);
|
||||
} elsif($config->{os} eq "FreeBSD") {
|
||||
open(IN, "netstat -nibd |");
|
||||
open(IN, "netstat -nibdW |");
|
||||
while(<IN>) {
|
||||
if(/Link/ && /$nl[$n]/) {
|
||||
# Idrop column added in 8.0
|
||||
|
|
Loading…
Reference in New Issue