summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/postfix/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/postfix/README.md')
-rw-r--r--collectors/python.d.plugin/postfix/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/postfix/README.md b/collectors/python.d.plugin/postfix/README.md
new file mode 100644
index 000000000..77c95ff44
--- /dev/null
+++ b/collectors/python.d.plugin/postfix/README.md
@@ -0,0 +1,15 @@
+# postfix
+
+Simple module executing `postfix -p` to grab postfix queue.
+
+It produces only two charts:
+
+1. **Postfix Queue Emails**
+ * emails
+
+2. **Postfix Queue Emails Size** in KB
+ * size
+
+Configuration is not needed.
+
+---