1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00

dspam_ : minor doc fix

This commit is contained in:
jolan78 2017-04-10 17:04:44 +02:00
parent ab55406619
commit fdbfa2c903

View file

@ -61,7 +61,7 @@ EXAMPLES and USAGE for details).
Link this plugin to /etc/munin/plugins/ and restart the munin-node. The link
should be in the format: dspam_<graph>_<target>, where:
graph - One of: accuracy, processed, processed_abs.
graph - One of: accuracy, processed, absprocessed.
target - The uid that DSPAM generates in dspam_stats output,
but converted to Munin internal name format. Normally
this means that non-alphabetic and non-numeral characters
@ -88,7 +88,7 @@ The plugin supports the following graph types:
numbers are stacked, making the height of the column
display the increase of processed messages over time.
processed - Shows the same data as dspam_processed_abs_, but as
processed - Shows the same data as dspam_absprocessed_, but as
percentage of the total amount of processed messages,
making it clear to see how the amounts of classified
messages are divided.