mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Small language fixes
This commit is contained in:
parent
daf5b94a07
commit
156f0d840e
1 changed files with 9 additions and 7 deletions
|
@ -20,16 +20,18 @@ There is no default configuration. This is an example config for Ubuntu:
|
|||
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