Fix connection graph
This commit is contained in:
parent
9511d5b2b8
commit
8d37f443f5
|
@ -43,10 +43,10 @@ for index in ${!period_filenames[*]}; do
|
|||
-h 200 -w 800 --slope-mode \
|
||||
DEF:mi_connects=$RRDFILE:mi_connects:AVERAGE \
|
||||
DEF:mi_connects_tls=$RRDFILE:mi_connects_tls:AVERAGE \
|
||||
AREA:mo_deferred#CC000033 \
|
||||
LINE:mo_deferred#CC0000:'total' \
|
||||
AREA:mo_sent#00FF0055 \
|
||||
LINE:mo_sent#00FF00:'with tls'
|
||||
AREA:mi_connects#CC000033 \
|
||||
LINE:mi_connects#CC0000:'total' \
|
||||
AREA:mi_connects_tls#00FF0055 \
|
||||
LINE:mi_connects_tls#00FF00:'with tls'
|
||||
|
||||
# Outbound mail
|
||||
rrdtool graph $GRAPHDIR/mail_out_$filename \
|
||||
|
|
Loading…
Reference in New Issue