Added Documentation, Scrut-fixes

This commit is contained in:
f0o
2015-01-17 14:09:59 +00:00
parent e4a1ff5b7c
commit c9dcc96649
5 changed files with 35 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ $unit_text = "Query/sec";
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-bind-".$app['app_id'].".rrd";
$array = array( 'any', 'a', 'aaaa', 'cname', 'mx', 'ns', 'ptr', 'soa', 'srv', 'spf' );
$colours = "merged";
$rrd_list = array();
$config['graph_colours']['merged'] = array_merge($config['graph_colours']['greens'], $config['graph_colours']['blues']);

View File

@@ -23,7 +23,7 @@
*/
global $config;
$graphs = array('bind_queries' => 'bind - Queries');
$graphs = array('bind_queries' => 'Queries');
foreach( $graphs as $key => $text ) {
$graph_type = $key;
$graph_array['height'] = "100";