Is it possible to add if statement in a label of link to monitor for example interface speed or signal strength and if it goes below threshold to play sound?
For example: if interface.speed < 100 mbit turn label color to red and play sound?
This is extra complicated since links are handled differently than devices.
Gsandul wrote a probe that could complain if a link went above a certain speed but each link probe had to be manually coded. You could easily use his example to make what you are looking for just use search and you will find it. Then you can add any notification to that probe that you like.
Oid: iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifSpeed.1
Oid Type: gauge
Compare Method: >= (more or equal)
Gauge Value: 100000000
So, I need something like this on a label, not a device. Problem is for example with ubiquity antennas that are behind a switch, signal strength between grooves, signal between ubiquity’s and wireless cards, traffic when goes over threshold… so this is needed on a label. And yes, this could be made on a device but I need a solution that could work on a label.