Dears,
I am using a librenms database(mysql) to connect to Grafana. Librenms which table to use the optic signal (dbm) in mysql db. I cannot find that table.
BRs’
Batmagnai.E
Dears,
I am using a librenms database(mysql) to connect to Grafana. Librenms which table to use the optic signal (dbm) in mysql db. I cannot find that table.
BRs’
Batmagnai.E
There are in sensors table, based on device_id and the sensor_class is dbm
example:
select * from sensors where sensor_class = 'dbm' and device_id = (select device_id from devices where hostname = 'xxxxxxx');
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.