24 lines
340 B
PHP
24 lines
340 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$total_units = "B";
|
|
//$multiplier = "8";
|
|
|
|
$graph_title = "Tail Dropped Packets";
|
|
$colours = 'reds';
|
|
|
|
$ds = 'TailDropPkts';
|
|
|
|
include("jnx_cos_queues_common.inc.php");
|
|
|