mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added SMART application support (#6181)
This commit is contained in:
@@ -210,6 +210,24 @@ $graphs['unbound'] = array(
|
||||
'queries',
|
||||
);
|
||||
|
||||
$graphs['smart'] = array(
|
||||
'id5',
|
||||
'id10',
|
||||
'id173',
|
||||
'id183',
|
||||
'id184',
|
||||
'id187',
|
||||
'id188',
|
||||
'id190',
|
||||
'id194',
|
||||
'id196',
|
||||
'id197',
|
||||
'id198',
|
||||
'id199',
|
||||
'id231',
|
||||
'id233',
|
||||
);
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
echo "<span style='font-weight: bold;'>Apps</span> » ";
|
||||
|
Reference in New Issue
Block a user