-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"AP is not reporting statistics" / "unsupported item(s)" problem when AP have no clients #100
Comments
It might be the same issue as in #96 |
Interesting.. I don't see the same issue on APs without clients here. Could you send the output of the mca-dump script? |
Also are there any active radios on that AP? |
Here is output of the script: Here is the dump of "output" variable https://github.com/patricegautier/unifiZabbix/blob/master/mca-dump-short.sh#L359 |
Ok I see the problem.. |
Ok try the latest - lmk if it doesn't fix the issue.. |
I'm using the UAP-AC-LR, UAP-nanoHD, U6-Pro access points.
When the device does not currently have any client connected, zabbix raises one of the problems:
AP has unsupported item(s).
AP AP is not reporting statistics
I believe it's due to preprocessing rule on "mca-dump" item:
Full error message:
{ "at":"11:11:41", "r":"validationError: .vap_table? != null and .radio_table != null and ( .radio_table | map(select(.athstats.cu_total>0)) | length>0 ) ", "device":"10.1.1.21", "mcaDumpError":"Error" }
I would expect that the lack of connected clients would not cause a problem. In such case, it would be nice to still collect statistics on channel interference etc
The text was updated successfully, but these errors were encountered: