So I have a question that I haven’t been able to answer with the doc’s. On the Cambium epmp platform I’m seeing a wireless sensor for clients and that is enabled on all epmp radios, AP’s and SM’s. My question is can I enable/disable these sensor’s on a per device basis or is it required to be on all devices by os? As best I can tell it is required to be on all devices of an OS, if it is possible to enable on a device by device basis, can someone point me to the documentation on how to do this?
It isn’t required to be on all devices, but the code makes no distinction between AP and SM… It could probably changed to only discover client count for AP…
Ok, so if I’m understanding we it’s not currently possible to add this to specific devices, it would need to be added to the OS via the includes/definitions/discovery/$os.yaml file. From there I’d need to do a git pull request otherwise I’d break my daily.sh?
We’ve got quite a few Cambium PMP450 and PMP100 AP devices I’d like to track this on as well as the epmp gear.
If you modify LibreNMS\OS\Pmp.php
you may be able to do what you want.