telegraf-bcachefs-input

Telegraf bcachefs monitoring

Add the following config section to your telegraf.yml:

[[inputs.exec]]
  commands = ["/etc/telegraf/bcachefs.sh"]
  data_format = "influx"
[[inputs.exec]]
  commands = ["/etc/telegraf/bcachefs_options.sh"]
  data_format = "influx"
[[inputs.exec]]
  commands = ["/etc/telegraf/bcachefs_perf.sh"]
  data_format = "influx"
[[inputs.exec]]
  commands = ["/etc/telegraf/bcachefs_time_stats.sh"]
  data_format = "influx"

example disks table example disks graphs example disks states

S
Description
No description provided
Readme 363 KiB
Languages
Shell 77.2%
C++ 21.8%
QMake 1%