initial commit; version 22.5.12042
This commit is contained in:
24
html/includes/graphs/device/ucd_io.inc.php
Normal file
24
html/includes/graphs/device/ucd_io.inc.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage graphs
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
$rrd_filename_in = get_rrd_path($device, "ucd_ssIORawReceived.rrd");
|
||||
$rrd_filename_out = get_rrd_path($device, "ucd_ssIORawSent.rrd");
|
||||
$ds_in = "value";
|
||||
$ds_out = "value";
|
||||
|
||||
$format = 'blocks';
|
||||
//$multiplier = 512; // not correct block conversion, this multiplier can be different
|
||||
|
||||
include($config['html_dir']."/includes/graphs/generic_data.inc.php");
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user