Skip to content

Commit

Permalink
Add conntrack module
Browse files Browse the repository at this point in the history
  • Loading branch information
txaj committed Dec 11, 2014
1 parent 1b75c78 commit 3bbfe77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/plugin/conntrack.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://collectd.org/wiki/index.php/Plugin:ConnTrack
class collectd::plugin::conntrack (
$ensure = present,
) {
collectd::plugin {'conntrack':
ensure => $ensure
}
}

0 comments on commit 3bbfe77

Please sign in to comment.