#Adding additional data to NetData Dashboard

1 messages · Page 1 of 1 (latest)

vapid ridge
#

Hi Team,
Apart from what NetData is already collecting through it's own features on my Linux machine, I want to add some additional data into the NetData Dashboard, that I get through my bash script. How can I do it in NetData. Kindly advise. Thank you

regal vine
#

Hi @vapid ridge there are a few ways to do this, depending on the data.

The Pandas collector is an easy way to do this if you are familiar with Python: https://blog.netdata.cloud/pandas-python/

Basically any data that you can read via Python and load into a pandas dataframe can be added to Netdata in this way.

There is also the option to create a bash collector (which I found a little more complicated than using pandas)

How you can use the Pandas Python collector to monitor weather data

vapid ridge
#

Oh I see. That is nice.
Right now I am putting my data into PostgreSQL, and then visualizing it on Grafana. But I want to integrate my data with the Netdata dashboard. So is it possible to send the data from PosgreSQL db to Netdata, and to NetData's Dashboard?

glossy dock
regal vine
#

Yes, any data that can be accessed via SQL can be monitored via Netdata

vapid ridge
#

That's great to know! I will go see how I can do that.
Thank you @regal vine @glossy dock