From 8020f71afd34d7696d7933659df2d763ab05542f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 16:31:17 +0200 Subject: Adding upstream version 1.37.1. Signed-off-by: Daniel Baumann --- collectors/python.d.plugin/postfix/README.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 collectors/python.d.plugin/postfix/README.md (limited to 'collectors/python.d.plugin/postfix/README.md') diff --git a/collectors/python.d.plugin/postfix/README.md b/collectors/python.d.plugin/postfix/README.md new file mode 100644 index 0000000..1a546c6 --- /dev/null +++ b/collectors/python.d.plugin/postfix/README.md @@ -0,0 +1,36 @@ + + +# Postfix monitoring with Netdata + +Monitors MTA email queue statistics using [postqueue](http://www.postfix.org/postqueue.1.html) tool. + +The collector executes `postqueue -p` to get Postfix queue statistics. + +## Requirements + +Postfix has internal access controls that limit activities on the mail queue. By default, all users are allowed to view +the queue. If your system is configured with stricter access controls, you need to grant the `netdata` user access to +view the mail queue. In order to do it, add `netdata` to `authorized_mailq_users` in the `/etc/postfix/main.cf` file. + +See the `authorized_mailq_users` setting in +the [Postfix documentation](https://www.postfix.org/postconf.5.html) for more details. + +## Charts + +It produces only two charts: + +1. **Postfix Queue Emails** + + - emails + +2. **Postfix Queue Emails Size** in KB + + - size + +## Configuration + +Configuration is not needed. -- cgit v1.2.3