- Copy the raw version of the
grafana-dashboard.jsonfrom here. - Modify all the
datasourcefromyour-influxdbto your datastore's name that you've defined in your Grafana. - Update all the
measurements in the JSON e.g."netdata.system.cpu.user"toyour-prefix.system.cpu.user. - Now, create a new dashboard using the
Importbutton on Grafana's dashboard-list menu.
Initially it was based on this dashboard on Grafana gallery.
Later updated mainly to include templates for machine names.
[backend]
# host tags =
# enabled = no
enabled = yes
# data source = average
# type = graphite
type = opentsdb
# destination = localhost
destination = localhost:4242
# prefix = netdata
- Enable
opentsdbbackend and restart. netdata/netdata#3122
Configuration -> Datasources -> Add
Name: influx-opentsdb
Type: InfluxDB
URL: http://localhost:8086
[InfluxDB Details]
Database: opentsdb
