Is there a way for dude show the Packet Loss in the Device Label ? It already shows me the device latency, but i coudn´t figure how to make it show the ping loss. Anyone know how to do it ?
First, ensure that you have SNMP setup on the MikroTik.
Right click on the device in dude and choose tools then Snmpwalk. If you choose the “Tree” tab you will find interface errors, discards, and other statistics… once you find the entry your looking for you can right click on it and choose copy oid.
If for example your oid was 1.3.6.1.2.1.2.2.1.14.1 then you would under the label in the appearance of the device you would add an entry like:
eth1_in_errors [oid(“1.3.6.1.2.1.2.2.1.14.1”)]
Maybe i didn´t make my self very clear. Right now i have a Ping Probe running on my server and displaying the ping latency information in real-time on the device label (blue circle) using the code:
[array_element(ping(device_property(“FirstAddress”)),0)] ms
What i need is to also display de packet loss information provided by the ping probe (red circle). Any ideas ?

Your right, I didn’t understand what you were asking and I do now know how to pull the probe’s packet loss… however you may still want to setup an SNMP query to report ethernet issues.
very useful tip thank you