fix webvpn counting

git-svn-id: http://www.observium.org/svn/observer/trunk@1559 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-30 18:56:27 +00:00
parent a759b3506e
commit 45ad902b7a

View File

@@ -74,7 +74,7 @@ if($device['os_group'] == "ios") {
$rrd_update .= ":".$data['crasL2LNumSessions'];
$rrd_update .= ":".$data['crasLBNumSessions'];
$rrd_update .= ":".$data['crasSVCNumSessions'];
$rrd_update .= ":".$data['crasWebvpnSessions'];
$rrd_update .= ":".$data['crasWebvpnNumSessions'];
rrdtool_update($rrd_filename, $rrd_update);