mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
e2b11e381b
commit
e00b066f2d
9 changed files with 13 additions and 13 deletions
|
@ -368,7 +368,7 @@ print_config() {
|
|||
fi
|
||||
|
||||
echo "graph_title Accuracy for $uid"
|
||||
echo graph_category dspam
|
||||
echo graph_category spamfilter
|
||||
echo graph_args --base 1000 --upper-limit 100 --rigid
|
||||
echo graph_vlabel Accuracy in %
|
||||
echo "graph_info This graph shows the current DSPAM Overall Accuracy for $uid ($uid_count uids). Overall Accuracy is the percentage of messages that is classified correctly as either ham or spam."
|
||||
|
@ -406,7 +406,7 @@ print_config() {
|
|||
fi
|
||||
|
||||
echo "graph_title Processed messages for $uid (%)"
|
||||
echo graph_category dspam
|
||||
echo graph_category spamfilter
|
||||
echo graph_args --base 1000 --upper-limit 100 --rigid
|
||||
echo graph_vlabel Messages in %
|
||||
echo "graph_info This graph shows the messages that DSPAM processed for $uid ($uid_count uids) in percentages of all processed messages. Messages are divided in the following categories: true positives/negatives, false positives/negatives, and corpusfed ham/spam."
|
||||
|
@ -451,7 +451,7 @@ print_config() {
|
|||
fi
|
||||
|
||||
echo "graph_title Processed messages for $uid"
|
||||
echo graph_category dspam
|
||||
echo graph_category spamfilter
|
||||
echo graph_args --base 1000
|
||||
echo graph_vlabel Messages
|
||||
echo graph_total Total
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue