Observium_CE/html/includes/graphs/port/jnx_TotalRedDropBytes.inc.php

24 lines
342 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 = "RED Dropped Bytes";
$colours = 'reds';
$ds = 'TotalRedDropBytes';
include("jnx_cos_queues_common.inc.php");