Skip to content

Commit

Permalink
maint: remove conntrack plugin from telegraf
Browse files Browse the repository at this point in the history
The conntrack kernel module isn't loaded on all of our nodes and at
present we don't have a need to monitor conntrack statistics. This
commit drops the input plugin from telegraf; we can re-add it when we
need it.
  • Loading branch information
adrienthebo committed Apr 6, 2020
1 parent ff38a93 commit 1e000b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/profile/manifests/core/telegraf.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
$default_inputs = {
'cpu' => [{}],
'chrony' => [{}],
'conntrack' => [{}],
'disk' => [{'ignore_fs' => ['tmpfs', 'devtmpfs', 'overlay']}],
'diskio' => [{}],
'interrupts' => [{}],
Expand Down

0 comments on commit 1e000b3

Please sign in to comment.