Skip to content
Snippets Groups Projects
Commit b652c7ee authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Merge branch 'fix-telegraf-tags' into 'master'

Use telegraf to capture the number of files in /home

See merge request !353
parents cc4a9a14 387fd589
No related branches found
No related tags found
1 merge request!353Use telegraf to capture the number of files in /home
......@@ -119,6 +119,12 @@
# Uncomment the following line if you do not need disk serial numbers.
# skip_serial_number = true
# Read metrics about the number of files in /home
[[inputs.filecount]]
directories = ["/home"]
recursive = false
regular_only = false
# Read metrics about memory usage
[[inputs.mem]]
# no configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment