23 lines
330 B
PHP
Executable File

<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage graphs
* @copyright (C) Adam Armstrong
*
*/
$ds_in = "InOctets";
$ds_out = "OutOctets";
//$graph_max = 1;
$format == "octets";
include($config['html_dir'] . "/includes/graphs/generic_data.inc.php");
// EOF