From 156f0d840e3f7f256bb3a86a6b5ffec64c34e8a6 Mon Sep 17 00:00:00 2001 From: Cristian Deluxe Date: Fri, 4 Nov 2016 10:48:06 +0100 Subject: [PATCH] Small language fixes --- plugins/mail/postfix_stats | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/mail/postfix_stats b/plugins/mail/postfix_stats index 6e3a3a3e..d3e5ae91 100755 --- a/plugins/mail/postfix_stats +++ b/plugins/mail/postfix_stats @@ -13,23 +13,25 @@ Any system where pflogsumm script can be executed. =head1 CONFIGURATION -There is no default configuration. This is an example config for Ubuntu: +There is no default configuration. This is an example config for Ubuntu: [postfix_stats] env.logfiles /var/log/syslog /var/log/syslog.1 env.pflogsumm pflogsumm env.logfiles contains space separated syslog logfiles, usually current log -and previous log. You can add more log files if you want, but this can -increase the time required to parse it. +and previous log. You can add more log files if you want, but this may +increase the time required for analysis. -env.pflogsumm The "pflogsumm" script, can be pflogsumm.pl if are manually -downloaded and installed or pflogsumm if are installed by apt-get. +env.pflogsumm The "pflogsumm" script, can be pflogsumm.pl if it was manually +downloaded and installed, or "pflogsumm" if it was installed by a package +manager (like apt-get). =head1 INTERPRETATION -This plugin adds up the RSS of all processes matching the -regex given as the process name, as reported by ps. +This plugin displays the messages: received, delivered, rejected... +Average per minute is made and it shows the total message count. +It is useful to know the load and messages being processed. =head1 MAGIC MARKERS