2016-08-08 16:59:29 +10:00
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">Average Latency One Way</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<?php
|
|
|
|
|
$graph_array = array();
|
|
|
|
|
$graph_array['device'] = $device['device_id'];
|
|
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2016-08-08 16:59:29 +10:00
|
|
|
$graph_array['type'] = 'device_sla_jitter-latency';
|
|
|
|
|
$graph_array['id'] = $vars['id'];
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|
2016-08-08 16:59:29 +10:00
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">Average Jitter</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<?php
|
|
|
|
|
$graph_array = array();
|
|
|
|
|
$graph_array['device'] = $device['device_id'];
|
|
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2016-08-08 16:59:29 +10:00
|
|
|
$graph_array['type'] = 'device_sla_jitter';
|
|
|
|
|
$graph_array['id'] = $vars['id'];
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|
2016-08-08 16:59:29 +10:00
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">Packet Loss</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<?php
|
|
|
|
|
$graph_array = array();
|
|
|
|
|
$graph_array['device'] = $device['device_id'];
|
|
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2016-08-08 16:59:29 +10:00
|
|
|
$graph_array['type'] = 'device_sla_jitter-loss';
|
|
|
|
|
$graph_array['id'] = $vars['id'];
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|
2016-08-08 16:59:29 +10:00
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">Lost Packets (Out Of Sequence, Tail Drop, Late Arrival)</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<?php
|
|
|
|
|
$graph_array = array();
|
|
|
|
|
$graph_array['device'] = $device['device_id'];
|
|
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2016-08-08 16:59:29 +10:00
|
|
|
$graph_array['type'] = 'device_sla_jitter-lost';
|
|
|
|
|
$graph_array['id'] = $vars['id'];
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|
2016-08-08 16:59:29 +10:00
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">Mean Opinion Score</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<?php
|
|
|
|
|
$graph_array = array();
|
|
|
|
|
$graph_array['device'] = $device['device_id'];
|
|
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2016-08-08 16:59:29 +10:00
|
|
|
$graph_array['type'] = 'device_sla_jitter-mos';
|
|
|
|
|
$graph_array['id'] = $vars['id'];
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|
2016-08-08 16:59:29 +10:00
|
|
|
?>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">Impairment / Calculated Planning Impairment Factor</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<?php
|
|
|
|
|
$graph_array = array();
|
|
|
|
|
$graph_array['device'] = $device['device_id'];
|
|
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2016-08-08 16:59:29 +10:00
|
|
|
$graph_array['type'] = 'device_sla_jitter-icpif';
|
|
|
|
|
$graph_array['id'] = $vars['id'];
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|
2016-08-08 16:59:29 +10:00
|
|
|
?>
|
|
|
|
|
</div>
|