Files
librenms-librenms/includes/html/graphs/diskio/bits.inc.php
T

9 lines
120 B
PHP
Raw Normal View History

2010-06-20 11:46:40 +00:00
<?php
$ds_in = 'read';
$ds_out = 'written';
2010-06-20 11:46:40 +00:00
$format = 'bytes';
2010-06-20 11:46:40 +00:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';