Skip to content
Snippets Groups Projects
Commit 8d37f443 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Fix connection graph

parent 9511d5b2
Branches
Tags
No related merge requests found
...@@ -43,10 +43,10 @@ for index in ${!period_filenames[*]}; do ...@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment