Skip to content
Snippets Groups Projects
Commit c5791dbc authored by Christian Berendt's avatar Christian Berendt
Browse files

Remove inputs.filestat from telegraf configuration

It makes no sense to monitor the filestats of local logfiles.

TrivialFix

Change-Id: I5ef060b57d2c88f922a05c59556ff5c96929f871
parent 8f2f9642
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
retention_policy = "default" retention_policy = "default"
write_consistency = "any" write_consistency = "any"
timeout = "5s" timeout = "5s"
[[inputs.filestat]]
files = ["/var/log/kolla/**.log"]
[[inputs.cpu]] [[inputs.cpu]]
percpu = true percpu = true
totalcpu = true totalcpu = true
......
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