Hi Edvinas

The first way I thought of, off the top of my head, is to use CollectD (with the curl_json module) to poll the Observium API and feed the necessary data into InfluxDB. From what I can see though, the Observium database doesn’t store metrics and leaves that entirely to RRD (understandably).

For pulling in existing metrics, I believe you could use a Graphite datasource (Graphite can supposedly read RRD’s – I’ve never used Graphite myself). There is also this project which may help:

https://github.com/doublemarket/grafana-rrd-server



 

 

From: observium <observium-bounces@observium.org> On Behalf Of Edvinas K
Sent: Tuesday, 8 May 2018 4:55 PM
To: Observium <observium@observium.org>
Subject: [Observium] exporting info to grafana dashboard

 

Hello,

 

We need to reuse Observium data and to draw a interface traffic graphs in Grafana dashboard.

 

Since Observium doesnt support exportation to Influxdb - is there are any other ways to export to Grafana Board ?

 

Thanks