From 659f31f3e78d12c49575102bbd75374241ac4fab Mon Sep 17 00:00:00 2001 From: Aaron Daniels Date: Sat, 1 Aug 2015 17:07:49 +1000 Subject: [PATCH] Added tag to IPSLA type Jitter --- includes/discovery/cisco-sla.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/discovery/cisco-sla.inc.php b/includes/discovery/cisco-sla.inc.php index 0a2efb2a8..d0e45107d 100644 --- a/includes/discovery/cisco-sla.inc.php +++ b/includes/discovery/cisco-sla.inc.php @@ -70,6 +70,10 @@ if ($config['enable_sla'] && $device['os_group'] == 'cisco') { $data['tag'] = preg_replace('/:0*([0-9])/', ':$1', $data['tag']); } break; + + case 'jitter': + $data['tag'] = $sla_config['rttMonEchoAdminCodecType'] ." (". preg_replace('/milliseconds/', 'ms', $sla_config['rttMonEchoAdminCodecInterval']) .")"; + break; }//end switch }//end if