mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Extended unbound monitoring (#11255)
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
$graphs = array(
|
||||
'unbound_queries' => 'Unbound - Queries',
|
||||
'unbound_cache' => 'Unbound - Cache',
|
||||
'unbound_operations' => 'Unbound - Operations'
|
||||
'unbound_operations' => 'Unbound - Operations',
|
||||
'unbound_requestlist' => 'Unbound - Request list',
|
||||
'unbound_recursiontime' => 'Unbound - Recursion time'
|
||||
);
|
||||
foreach ($graphs as $key => $text) {
|
||||
$graph_type = $key;
|
||||
|
Reference in New Issue
Block a user