Skip to content

Commit

Permalink
Add conntrack to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Souter committed Dec 11, 2014
1 parent 3fae4b2 commit 6b88f84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ documentation for each plugin for configurable attributes.
* `amqp` (see [collectd::plugin::amqp](#class-collectdpluginamqp) below)
* `apache` (see [collectd::plugin::apache](#class-collectdpluginapache) below)
* `bind` (see [collectd::plugin::bind](#class-collectdpluginbind) below)
* `conntrack` (see [collectd::plugin::conntrack](#class-conntrack) below)
* `cpu` (see [collectd::plugin::cpu](#class-collectdplugincpu) below)
* `cpufreq` (see [collectd::plugin::cpufreq](#class-collectdplugincpufreq) below)
* `csv` (see [collectd::plugin::csv](#class-collectdplugincsv) below)
Expand Down Expand Up @@ -142,6 +143,15 @@ class { 'collectd::plugin::bind':
}
```

####Class: `collectd::plugin::conntrack`

```puppet
class { 'collectd::plugin::conntrack':
}
```

####Class: `collectd::plugin::cpu`

```puppet
Expand Down

0 comments on commit 6b88f84

Please sign in to comment.