I'm trying to build a chart and graph the data over time that shows the historical # of clients connected to a SSID by location.
Generally using Wireless AP as the datasource, Wireless Interface History as the source for SSID and Client. This should be super simply but for whatever reason its not.
What works: Choosing to sum the client # in a TABLE it works fine. I get SSID1 = 5 clients, SSID2= 11 clients as it simply adds the SSID for each AP.
What doesn't work: If i set a chart to look at all the SSIDs for Access Points with a name like XXX it works fine but its a hot mess. And there is no way to SUM the clients in a Chart/Graph that i can find.
Anyone know how I would accomplish this?