summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/exim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/exim/README.md')
-rw-r--r--collectors/python.d.plugin/exim/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/exim/README.md b/collectors/python.d.plugin/exim/README.md
new file mode 100644
index 000000000..b9a62cad9
--- /dev/null
+++ b/collectors/python.d.plugin/exim/README.md
@@ -0,0 +1,13 @@
+# exim
+
+Simple module executing `exim -bpc` to grab exim queue.
+This command can take a lot of time to finish its execution thus it is not recommended to run it every second.
+
+It produces only one chart:
+
+1. **Exim Queue Emails**
+ * emails
+
+Configuration is not needed.
+
+---