mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added random entropy support for applications (#8555)
This commit is contained in:
committed by
Neil Lathwood
parent
09d6b2fd54
commit
65b8270936
@@ -15,6 +15,10 @@ $graphs['drbd'] = array(
|
||||
'unsynced',
|
||||
);
|
||||
|
||||
$graphs['entropy'] = array(
|
||||
'entropy',
|
||||
);
|
||||
|
||||
$graphs['mysql'] = array(
|
||||
'network_traffic',
|
||||
'connections',
|
||||
|
Reference in New Issue
Block a user