From 8d37f443f577a8778710c0242fc6bddf9253bf7e Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Fri, 4 May 2018 16:01:12 +0200 Subject: [PATCH] Fix connection graph --- grapher.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grapher.sh b/grapher.sh index a0009d6..c42655c 100755 --- a/grapher.sh +++ b/grapher.sh @@ -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 \