...
- The analysis of crowdsourced measurements. These measurements are received from end users and WAS correlates them with information received from RADIUS and DHCP Logs when/if this information is available.
- The analysis of hardware probe measurements. These measurements are received from WHP's and WAS correlates them with information received from RADIUS and DHCP Logs when/if this information is available.
- The analysis of wireless network metrics received from WHP's.
- The analysis of TWAMP measurement results received from WHP's.
- Storing the results of analysis and correlation.
- Detecting anomalies in WiFiMon performance measurements
WiFiMon Agent operates over HTTPS, i.e. measurements are streamed over HTTPS.
...
Be aware to use the following values in the variables configuration file of Ansible Playbook: (1) ELK stack version 8.8, (2) PostgreSQL version 15 and (3) WiFiMon agent version 2.2.0. The WiFiMon deb package is available from http://83.97.95.167/deb/wifimon-agent-2.2.0.debhere.
1. WiFiMon Properties
In secure-processor.properties.j2 template file, the WiFiMon administrator may select whether to use or not a JSON exporter. This exports measurements of hardware probes towards a JSON collector. Although this feature is mainly designed for the eduroam JSON collector, it can be adapted to the needs of the WiFiMon administrator for exporting data in the desired format. If the WiFiMon administrators wants to disable this process, property "json.collect" should be set to "false", otherwise to "true". The URL of the JSON collector should be specified with the property "json.collector".
...