Comments
-
Hi, I can check the OID and I might be able to update the poller accoridng it. Is that OK with you? Please also note that by the time I had created the poller I really Had only small portion of information so providing this OID is huge help. If you have some MIB reference guid (not MIB files but PDF with the OIDs and some…
-
Few more notes: #!/bin/bash requires bash to be in path environment (which in some specific distributions is not) so I would suggest to replace it with: #!/usr/bin/env bash (all new distros are already using it and in old it will work as well). Also there is no specific commnad how to find out the distro name - all the…
-
Poller is updated to reflect the fact that some firmwares in Ruckus ZD does not provide AP name directly, now it is combined with three items: AP name, AP model type and AP MAC address to make sure that AP will be visible and recognized.