1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +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 Link this plugin to /etc/munin/plugins/ and restart the munin-node. The link
should be in the format: dspam_<graph>_<target>, where: 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, target - The uid that DSPAM generates in dspam_stats output,
but converted to Munin internal name format. Normally but converted to Munin internal name format. Normally
this means that non-alphabetic and non-numeral characters 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 numbers are stacked, making the height of the column
display the increase of processed messages over time. 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, percentage of the total amount of processed messages,
making it clear to see how the amounts of classified making it clear to see how the amounts of classified
messages are divided. messages are divided.