Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pallieter opened this issue Aug 31, 2024 · 0 comments
Open
Labels
Template Issue A problem with a specific Template

Comments

@Pallieter
Copy link

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 [email protected], but that email address is not active (anymore).

@Pallieter Pallieter added the Template Issue A problem with a specific Template label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Template Issue A problem with a specific Template
Projects
None yet
Development

No branches or pull requests

1 participant