Justerade lite färger

This commit is contained in:
2007-11-05 09:14:13 +00:00
parent a68c63509c
commit cbb3cb755a
3 changed files with 8 additions and 5 deletions

6
clamav
View File

@@ -28,12 +28,14 @@ if [ "$1" = "config" ]; then
echo 'graph_category Mail'
echo 'clean.label clean'
echo 'clean.type DERIVE'
echo 'clean.colour 0066CC'
echo 'clean.min 0'
echo 'clean.draw LINE2'
echo 'clean.draw LINE1'
echo 'infected.label infected'
echo 'infected.colour cc0033'
echo 'infected.type DERIVE'
echo 'infected.min 0'
echo 'infected.draw LINE2'
echo 'infected.draw LINE1'
exit 0
fi

View File

@@ -27,6 +27,7 @@ if [ "$1" = "config" ]; then
echo 'graph_period second'
echo 'graph_info This graph shows the current number of greylisted and whitelisted senders.'
echo 'grey.label Greylisted'
echo 'grey.colour 999999'
# echo 'grey.max 10000'
# echo 'grey.min 1000'
echo 'grey.info The number of greylisted hosts.'

View File

@@ -34,13 +34,13 @@ if [ "$1" = "config" ]; then
echo 'graph_order spam ham'
echo 'graph_category Mail'
echo 'mail.label mail'
echo 'mail.type DERIVE'
echo 'mail.type AREA'
echo 'mail.min 0'
echo 'mail.draw LINE2'
echo 'mail.draw LINE1'
echo 'ham.label ham'
echo 'ham.type DERIVE'
echo 'ham.min 0'
echo 'ham.draw LINE2'
echo 'ham.draw LINE1'
echo 'spam.label spam'
echo 'spam.type DERIVE'
echo 'spam.min 0'