mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Small language fixes
This commit is contained in:
parent
daf5b94a07
commit
156f0d840e
1 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue