InfluxDB X CustomOID

Hi,

When the custom OID data is exported to InfluxDB, it is done without specifying an “index”, which means that if you have more than one metric defined, they will be merged into Influx as a single one. Example:

select * from customoid where hostname = ‘10.10.10.11’ limit 100
name: customoid
time hostname oid_value


1635235444183823395 10.10.10.11 2
1635235444305765087 10.10.10.11 168
1635235509566745892 10.10.10.11 168
1635235509630586054 10.10.10.11 2
1635235509694116693 10.10.10.11 27.650412294479
1635235743712030581 10.10.10.11 2
1635235743784987569 10.10.10.11 168
1635235809994277576 10.10.10.11 168
1635235810070203474 10.10.10.11 2
1635235810135086163 10.10.10.11 27.64717492648
1635236043930956130 10.10.10.11 2
1635236044007960108 10.10.10.11 168
1635236109413894136 10.10.10.11 168
1635236109480232076 10.10.10.11 2
1635236109542101982 10.10.10.11 27.652840320479

From LibreNMS:

Could anyone please help in addressing this issue?

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