20 lines
286 B
PHP
20 lines
286 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
|
*
|
|
*/
|
|
|
|
$dsdescr = "Flows/s ";
|
|
$dsprefix = "flows_";
|
|
|
|
include("nfsen_common.inc.php");
|
|
|
|
// EOF
|