2018.05.07-21.22.53.png 2018.05.07-21.24.30.png 2018.05.07-21.24.00.png 2018.05.07-21.23.44.png
This Grafana dashboard uses templating with a number of variables defined.
You can visualize the following data from it:
- Server uptime
- Server memory utilization - Used, cached, free
- Cpu utilization - Load average and usage
- Number of CPU cores and each cpu utilization
- Processes - stopped, sleeping, running e.t.c
- Disk Utilization - Free and used space for / and all othe system partitions
- Disk Inodes - / and all othe partitions in the system
- Swap - usage and IO
- Disk IO - requests, bytes and time
Collector Configuration Details
Telegraf inputs configuration
[[inputs.cpu]]
percpu = true
totalcpu = true
collect_cpu_time = false
report_active = false
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs"]
[[inputs.io]]
[[inputs.mem]]
[[inputs.net]]
[[inputs.system]]
[[inputs.swap]]
[[inputs.netstat]]
[[inputs.processes]]
[[inputs.kernel]]