mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added sdfsinfo application support (#6494)
* initial version * various fixes, docs updated * various style fixes * added missing copyright * docs correction * docs correction * new split char for bash script * docs correction * scrutinizer issue * newline meh * doc changes
This commit is contained in:
@@ -232,6 +232,12 @@ $graphs['smart'] = array(
|
||||
'id233',
|
||||
);
|
||||
|
||||
$graphs['sdfsinfo'] = array(
|
||||
'volume',
|
||||
'blocks',
|
||||
'rates',
|
||||
);
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
echo "<span style='font-weight: bold;'>Apps</span> » ";
|
||||
|
Reference in New Issue
Block a user