influxdata / community-templates

InfluxDB Community Templates: Quickly collect & analyze time series data from a range of sources: Kubernetes, MySQL, Postgres, AWS, Nginx, Jenkins, and more.
https://www.influxdata.com/products/influxdb-templates/gallery/
Apache License 2.0
349 stars 157 forks source link

Linux Dashboard - Manual link gives 404 and lacking .conf documentation #324

Open Pallieter opened 2 weeks ago

Pallieter commented 2 weeks ago

https://github.com/influxdata/community-templates/tree/master/linux_system

The info on the linux_dashboard.conf to use is not documented, maybe you can add it somewhere (would have saved me a lot of time)?

## Linux Dashboard Telefrag Configuration Example

[[inputs.cpu]]
    percpu = true
    totalcpu = true
    collect_cpu_time = false
    report_active = false
[[inputs.disk]]
    ## Use this command to list all active mount points (and remove actual storage systems like ext4): findmnt -o FSTYPE | tail -n +2 | sort | uniq
    ignore_fs = ["autofs", "binfmt_misc", "bpf", "cgroup2", "configfs", "debugfs", "devpts", "devtmpfs", "fusectl", "hugetlbfs", "mqueue", "proc", "pstore", "ramfs", "securityfs", "sysfs", "tmpfs", "tracefs"]
[[[inputs.io](http://inputs.io/)]]
[[inputs.mem]]
[[[inputs.net](http://inputs.net/)]]
[[inputs.system]]
[[inputs.swap]]
[[inputs.netstat]]
[[inputs.processes]]
[[inputs.kernel]]

[[outputs.influxdb_v2]]
  ## influx cloud URL
  urls = ["http://localhost:8086/"]

  ## Token for authentication.
  token = "[[APITOKEN]]"

  ## Organization is the name of the organization you wish to write to
  organization = " [[ORGANIZATION]]  "

  ## Destination bucket to write into.
  bucket = "[[BUCKET]]"

Also, the maintainer lists the email address russ@influxdata.com, but that email address is not active (anymore).