This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eb009ce1788df18f28d1ab2756edac0cdff0a6df
librenms-librenms
/
html
/
includes
/
graphs
/
diskio
/
bits.inc.php
T
8 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
add diskio graphs
2010-06-20 11:46:40 +00:00
<?
php
$rra_in
=
"read"
;
$rra_out
=
"written"
;
move diskio to bytes instead of bits
2010-08-11 11:11:09 +00:00
include
(
"includes/graphs/generic_bytes.inc.php"
);
add diskio graphs
2010-06-20 11:46:40 +00:00
moar graph cleanups
2011-03-17 13:35:25 +00:00
?>
Reference in New Issue
Copy Permalink