Skip to main content

Monitoring

Tutorials 

Telegraf + InfluxDB + Grafana

Telegraf + InfluxDB

Dashboard ID 17191

telegraf.conf:

[[outputs.influxdb_v2]]
  ## The URLs of the InfluxDB cluster nodes.
  ##
  ## Multiple URLs can be specified for a single cluster, only ONE of the
  ## urls will be written to each interval.
  ##   ex: urls = ["https://us-west-2-1.aws.cloud2.influxdata.com"]
  urls = ["http://your.influxdb.server:8086"]

  ## Token for authentication.
  token = "THIS-IS-TOKEN"

  ## Organization is the name of the organization you wish to write to.
  organization = "YOUR-ORG"

  ## Destination bucket to write into.
  bucket = "raspi_monitor"

Set the sudo

sudo usermod -aG video telegraf