Extended unbound monitoring (#11255)

This commit is contained in:
SourceDoctor
2020-03-05 11:35:23 +01:00
committed by GitHub
parent 2c9172402b
commit 2cfc7c6f14
4 changed files with 90 additions and 1 deletions

View File

@@ -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;