Enabling SQM on Netdata

I have an x86/64 (22.03.2) router on a stick setup with WAN eth0.10. In /etc/netdata/charts.d/sqm.conf I have

# the SQM interface(s) to monitor
declare -a sqm_ifc=("eth1" "eth0" "eth0.1" "eth0.10" "ifb4eth0.10")

# the priority is used to sort the charts on the dashboard
# 1 = the first chart
sqm_priority=90000

Netdata is generally working otherwise. Network interfaces shows br-lan, eth0, eth0.1, eth0.10, ifb4eth0.10.
I would really appreciate it if someone could help me figure out how to get the SQM option to display.

This is an old thread but let me give some guidance...
If you only have sqm applied to the WAN device eth0.10, then it should look like this:

# the SQM interface(s) to monitor
declare -a sqm_ifc=("eth0.10" "ifb4eth0.10")

# the priority is used to sort the charts on the dashboard
# 1 = the first chart
sqm_priority=90000

Next, reload or restart the service via ssh

/etc/init.d/netdata reload
/etc/init.d/netdata restart && /etc/init.d/rpcd restart

Finally, look under Firewall in the Netdata GUI
Netdata Instructions for SQM

1 Like