summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/dockerd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/dockerd/README.md')
-rw-r--r--collectors/python.d.plugin/dockerd/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/dockerd/README.md b/collectors/python.d.plugin/dockerd/README.md
new file mode 100644
index 000000000..d3f603808
--- /dev/null
+++ b/collectors/python.d.plugin/dockerd/README.md
@@ -0,0 +1,26 @@
+# dockerd
+
+Module monitor docker health metrics.
+
+**Requirement:**
+* `docker` package
+
+Following charts are drawn:
+
+1. **running containers**
+ * count
+
+2. **healthy containers**
+ * count
+
+3. **unhealthy containers**
+ * count
+
+### configuration
+
+```yaml
+ update_every : 1
+ priority : 60000
+ ```
+
+---