hello dear friends,
I installed the Monitorix, but it does not display data from vlans
(em1, em0 - all is well)
the developer said
"Monitorix takes the values of the network interfaces directly from /proc/net/dev
check if your network interfaces appear there"
as far as I understand /proc was replaced by an sysctl (freebsd 10.3)
actually, my question: how to add to sysctl (/proc) VLAN devices ?
network interfaces was created as
in /boot/loader.conf added
and sysctl -a doesn't contain any vlan
I installed the Monitorix, but it does not display data from vlans
(em1, em0 - all is well)
the developer said
"Monitorix takes the values of the network interfaces directly from /proc/net/dev
check if your network interfaces appear there"
as far as I understand /proc was replaced by an sysctl (freebsd 10.3)
actually, my question: how to add to sysctl (/proc) VLAN devices ?
network interfaces was created as
Code:
ifconfig_igb1="inet 192.168.11.1 netmask 255.255.255.0"
cloned_interfaces="vlan200"
ifconfig_vlan200="inet 172.17.20.1/24 vlan 200 vlandev igb1"
in /boot/loader.conf added
Code:
if_vlan_load="YES"
and sysctl -a doesn't contain any vlan