Good morning.
I’m using some functions to show the Tx and Rx CCQ in mikrotik device labels, but by some reason, when devices come online the values are not shown until I get into “appearance”, make any change (I.E. adding a new empty line at the bottom) and I apply the changes. Then it refreshes and shows the values, and I can revert the change if I want.
The functions are:
team_rxccq:
ros_command(":put [/interface wireless registration-table get [find where ap] rx-ccq]")
team_txccq:
ros_command(":put [/interface wireless registration-table get [find where ap] tx-ccq]")
And the appearance label is:
[Device.Name]
RouterOS [oid("1.3.6.1.4.1.14988.1.1.4.4.0")]
[device_performance()][Device.ServicesDown][Device.FirstAddress]
Tx CCQ: [team_txccq()]Rx CCQ: [team_rxccq()]
Even the RouterOS version (the snmp oid in the label) doesn’t work when rx and tx ccq are not shown.
Is it a bug in the client screen refreshment?
Now I’m using Dude 6.35.2 on a x86 RouterOS installed in a virtual machine, but I had the same problem in the old 3.6 version.
Regards,