We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)?
Also, the maintainer lists the email address [email protected], but that email address is not active (anymore).
The text was updated successfully, but these errors were encountered: