UniFi AP connection quality (CCQ) graph

Hello community. I have a problem, which, although not critical, deprives me of accessing useful information.

I have linked my UniFi controller with which I manage my Ubiquiti access points, via SNMP, with my LibreNMS.
In this way, from LibreNMS I carry out the entire NMS task, leaving the controller for the IPAM and DCIM tasks.

Until then, everything is fine. I see all the information without problems, except for the connection quality graph in the upper right part of each AP’s file.
What do you think? Could it be that I am not receiving the CCQ values? Will the OID need to be modified?

===========================================

Component Version
LibreNMS 23.11.0-29-g624eb5aa0 (2023-12-13T19:29:53-03:00)
DB Schema 2023_11_21_172239_increase_vminfo.vmwvmguestos_column_length (274)
PHP 8.1.2-1ubuntu2.14
Python 3.10.12
Database MariaDB 10.6.12-MariaDB-0ubuntu0.22.04.1
RRDTool 1.7.2
SNMP 5.9.1
===========================================

I attach a screenshot.
graphCCQ

Try that

1 Like

For now, what I got…

Debug:

graph
Runtime 0.567s

Show RRD command:

RRDTool Command

rrdtool graph /tmp/7wPeuTbZPQRt623y --start 1702917886 --end 1703004000 --width 1712 --height 483 --imgformat=SVG --font LEGEND:8:DejaVuSansMono --font AXIS:7:DejaVuSansMono --font-render-mode normal -c FONT\#000000 -c BACK\#EEEEEE00 -c SHADEA\#EEEEEE00 -c SHADEB\#EEEEEE00 -c CANVAS\#FFFFFF00 -c GRID\#a5a5a5 -c MGRID\#FF9999 -c FRAME\#5e5e5e -c ARROW\#5e5e5e -l 0 -u 100 --slope-mode  COMMENT:'CCQ                                Cur      Min      Max\\n'

Run that rrd command on your LibreNMS server and see what the output is.

The CCQ value is not sent by SNMP :roll_eyes:, but is calculated at source to be displayed in a proprietary web interface.

Maybe there is the problem with the graphics.

I will try to do reverse engineering to obtain it, and perhaps through extended SNMP, generate an OID that will send it to LibreNMS. :grimacing:

From there, I’ll load it as a custom OID, for sure.

Thank you so much.

Regards

Hi !

Unfortunately some newer unifi software does not support this OID.

The older versions is working well but the newer is not.

Regards

1 Like

Hi,

Please let me some examples:

CCQ is supported
Ubiquiti UniFi 4.0.10.9653

CCQ is not supported
Ubiquiti UniFi 4.0.42.10433
Ubiquiti UniFi 4.3.28.11361
Ubiquiti UniFi 5.43.56.12784

If you have valid support you should open a ticket at Ubiquiti.

Regards,

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.