The problem I am having is that we use VirtualAP’s to broadcast 2 SSID’s that students can connect to for different purposes.
The label I’m using is…
Code: Select all
[Device.Name]
[device_performance()][Device.ServicesDown][wireless_clients()] Wireless Clients
Code: Select all
array_size(oid_column("iso.org.dod.internet.private.enterprises.mikrotik.mikrotikExperimentalModule.
mtXRouterOs.mtxrWireless.mtxrWlRtabTable.mtxrWlRtabEntry.mtxrWlRtabStrength"))
It is…
Code: Select all
Name=wireless_probe
Type=function
Agent=default
Available= wireless_clients()
Error=if(wireless_clients(). “”.””)
Value=wireless_clients()
Unit:clients
DEVICE NAME
CPU USAGE, POE Voltage, Disk usage
VirtualAP1 # of clients connected
VirtualAP2 # of clients connected
how would I make this work for our config.
Is there any way for this to work and show the number of wireless clients connected to each virtual ap?
If it matters all of the devices on campus are Mikrotik metal 2.4ap’s and an OmniTik with SXT’s for the PTMP links.
Let me know if you need any additional info.
Thank you for your help.