Hello,
I've also constructed today cool monitoring using Cacti. Of course it is about to be modernized according to further needs, but it already satisfies what is missing in ZD interface: breakdown of traffic per SSID and historic number of users per SSID.
Both numbers can be important for customers.
Most important is the XML itself - I pool for OIDS:
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.1
OID/REGEXP:^.{36}(.*)$
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.1
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.2
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.4
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.3
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.7
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.8
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.9
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.12
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.16
1.3.6.1.4.1.25053.1.2.2.1.1.1.1.1.14
This gives information about all SSID (indexed structure) and the data can be plot into a graph like this:
Information about the name, ssid, authorization, encryption, VLAN, RX/TX limits and description are directly from ZD for each SSID. Cacti is automated to deploy graphs when there is new SSID created.
All fine since 1 hour
🙂