Remove inputs.filestat from telegraf configuration

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

TrivialFix

Change-Id: I5ef060b57d2c88f922a05c59556ff5c96929f871
This commit is contained in:
Christian Berendt 2016-10-18 13:10:31 +02:00
parent 8f2f9642cd
commit c5791dbc29

View File

@ -17,8 +17,6 @@
retention_policy = "default"
write_consistency = "any"
timeout = "5s"
[[inputs.filestat]]
files = ["/var/log/kolla/**.log"]
[[inputs.cpu]]
percpu = true
totalcpu = true