Skip to content
Snippets Groups Projects
Commit effccfbc authored by Kerri Wait's avatar Kerri Wait
Browse files

Pull inputs.filecount into individual template, not main telegraf.conf

parent 7297493e
No related branches found
No related tags found
3 merge requests!399Capture extra NFS stats,!393Hotfix: monitor NFS GETATTR stats via telegraf,!392Temporarily disable inputs.filecount in telegraf
# Read metrics about the number of files in /home
[[inputs.filecount]]
directories = ["/home"]
recursive = false
regular_only = false
interval = "60s"
\ No newline at end of file
...@@ -119,13 +119,6 @@ ...@@ -119,13 +119,6 @@
# Uncomment the following line if you do not need disk serial numbers. # Uncomment the following line if you do not need disk serial numbers.
# skip_serial_number = true # skip_serial_number = true
# Read metrics about the number of files in /home
[[inputs.filecount]]
directories = ["/home"]
recursive = false
regular_only = false
interval = "60s"
# Collect statistics about itself # Collect statistics about itself
[[inputs.internal]] [[inputs.internal]]
## If true, collect telegraf memory stats. ## If true, collect telegraf memory stats.
......
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