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
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
* Jacob Bisby
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
thank you, graphite option would be nice too.
1) I installed the grafana-rrd-server, started the service. 2) installed simple json plugin to grafana 3) got some misunderstanding about how to make query from grafana to rrd server.
maybe there's some information about that ?
Thanks
On Tue, May 8, 2018 at 1:36 PM, Jacob Bisby Jacob.Bisby@uniscope.com.au wrote:
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
- Jacob Bisby
*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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Edvinas K
-
Jacob Bisby