import data from influxdb

Started by it_user1, February 14, 2022, 11:10:27 AM

Previous topic - Next topic

it_user1

Hi,

it's possible create a node and DCI imported from external source like influxdb? Since netxms still doesn't support the api to vcenter through SDK,  i want to configure influx and than import the metrics on netxms.

it's possible?

thanks

Andrea

Filipp Sudanov

We currently do not have any built-in data import from influxdb. You can use external parameter provider on agent (https://www.netxms.org/documentation/adminguide/agent-management.html?highlight=externallist#externalparametersprovider) and call some script (shell, python, etc) that would connect to influx and read the data.