From 6b88f84ae6c28d4c2b27662d4071bfec69439913 Mon Sep 17 00:00:00 2001
From: Peter Souter
Date: Thu, 11 Dec 2014 11:36:19 +0000
Subject: [PATCH] Add conntrack to README.md
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index ee6f084b7..95bdbe2e5 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -142,6 +143,15 @@ class { 'collectd::plugin::bind':
}
```
+####Class: `collectd::plugin::conntrack`
+
+```puppet
+class { 'collectd::plugin::conntrack':
+}
+
+
+```
+
####Class: `collectd::plugin::cpu`
```puppet