Observium_CE/html/includes/graphs/device/nfsen_bytes.inc.php

20 lines
335 B
PHP

<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage graphs
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2023 Observium Limited
*
*/
$dsdescr = "Bytes/s ";
// Nfsen-ng use different prefix 'bytes_'
$dsprefix = "bytes_";
include("nfsen_common.inc.php");
// EOF