Skip to content

Use telegraf to capture the number of files in /home

Kerri Wait requested to merge fix-telegraf-tags into master

Read metrics about the number of files in /home

[[inputs.filecount]] directories = ["/home"] recursive = false regular_only = false

Merge request reports