initial commit; version 22.5.12042
This commit is contained in:
30
html/includes/graphs/device/diskio_bits.inc.php
Normal file
30
html/includes/graphs/device/diskio_bits.inc.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage graphs
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
$units = '';
|
||||
$unit_text = 'Bits/sec';
|
||||
$total_units = 'B';
|
||||
$colours_in = 'greens';
|
||||
$multiplier = "1";
|
||||
$colours_out = 'blues';
|
||||
|
||||
$ds_in = "read";
|
||||
$ds_out = "written";
|
||||
|
||||
$nototal = 1;
|
||||
|
||||
include($config['html_dir']."/includes/graphs/device/diskio_common.inc.php");
|
||||
|
||||
include($config['html_dir']."/includes/graphs/generic_multi_bits_separated.inc.php");
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user