I’m looking for some help to get CBQoS monitored with LibreNMS. Currently it does now work, even after enabling both discovery and poller cisco-cbqos modules.
Thus I ran the command hereafter (using the CLI) and I found many errors: ./discovery.php -h <ip_address> -m cisco-cbqos -d
I get many messages saying Warning: Illegal offset type in /opt/librenms/LibreNMS/Component.php on line 163 and Warning: Illegal offset type in /opt/librenms/LibreNMS/Component.php on line 166.
You mean any SQL inserts related to CBQoS? However, when I run the SQL query hereafter, I get results related to the QoS configured on the device: SELECT C.id,C.device_id,C.type,C.label,C.status,C.disabled,C.ignore,C.error,CP.attribute,CP.value FROM component as C LEFT JOIN component_prefs as CP on C.id=CP.component WHERE ( device_id = '<device_id>' );