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']);