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 \
|
-h 200 -w 800 --slope-mode \
|
||||||
DEF:mi_connects=$RRDFILE:mi_connects:AVERAGE \
|
DEF:mi_connects=$RRDFILE:mi_connects:AVERAGE \
|
||||||
DEF:mi_connects_tls=$RRDFILE:mi_connects_tls:AVERAGE \
|
DEF:mi_connects_tls=$RRDFILE:mi_connects_tls:AVERAGE \
|
||||||
AREA:mo_deferred#CC000033 \
|
AREA:mi_connects#CC000033 \
|
||||||
LINE:mo_deferred#CC0000:'total' \
|
LINE:mi_connects#CC0000:'total' \
|
||||||
AREA:mo_sent#00FF0055 \
|
AREA:mi_connects_tls#00FF0055 \
|
||||||
LINE:mo_sent#00FF00:'with tls'
|
LINE:mi_connects_tls#00FF00:'with tls'
|
||||||
|
|
||||||
# Outbound mail
|
# Outbound mail
|
||||||
rrdtool graph $GRAPHDIR/mail_out_$filename \
|
rrdtool graph $GRAPHDIR/mail_out_$filename \
|
||||||
|
|
Loading…
Reference in New Issue