summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/postfix/README.md
blob: ac16962a5b9e5689d7d81c643cb8098970a4fbf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
title: "Postfix monitoring with Netdata"
custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/postfix/README.md
sidebar_label: "Postfix"
-->

# Postfix monitoring with Netdata

Monitors MTA email queue statistics using postqueue tool.  

Execute `postqueue -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.

---