Misc Grafana dashboards built using Grafonnet.
System metrics such as CPU, memory, disk, network collected by Telegraf into Prometheus.
Example Telegraf input plugin config
[[inputs.cpu]]
percpu = true
totalcpu = true
collect_cpu_time = false
report_active = false
core_tags = false
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
[[inputs.diskio]]
[[inputs.kernel]]
[[inputs.mem]]
[[inputs.processes]]
[[inputs.swap]]
[[inputs.system]]
[[inputs.net]]
interfaces = ["eth*", "enp*", "br*", "eno*"]
Linux MD RAID metrics collected by Telegraf into Prometheus.
Example Telegraf input plugin config
[[inputs.mdstat]]
See ci-variables.yaml.
See DEVELOPING.md for local development setup instructions.