From aee31680fd34068752469f0ee7135837aa7aad56 Mon Sep 17 00:00:00 2001 From: FTBZ Date: Fri, 23 Sep 2016 08:02:38 +0200 Subject: [PATCH] Enhancement and correction to the VPN session graph --- html/includes/graphs/device/cras_sessions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/device/cras_sessions.inc.php b/html/includes/graphs/device/cras_sessions.inc.php index c50b769734..5522215859 100644 --- a/html/includes/graphs/device/cras_sessions.inc.php +++ b/html/includes/graphs/device/cras_sessions.inc.php @@ -15,7 +15,7 @@ $rrd_options .= " DEF:webvpn=$rrd_filename:webvpn:AVERAGE"; $rrd_options .= " COMMENT:'Sessions Current Average Maximum\\n'"; -$rrd_options .= " AREA:svc#1985A1:'AnyConnect ':STACK"; +$rrd_options .= " AREA:svc#1985A1:'SSL VPN Client':STACK"; $rrd_options .= " GPRINT:svc:LAST:'%8.2lf'"; $rrd_options .= " GPRINT:svc:AVERAGE:' %8.2lf'"; $rrd_options .= " GPRINT:svc:MAX:' %8.2lf\\\\n'";