feature: Added powerdns dnsdist application (#7987)

* powerdns dnsdist app support

* fix conflict

* added doc

* fix new lines

* alphabetic order

* no data manipulation on host side
changed rrd from gauge to counter
This commit is contained in:
crcro
2018-01-06 22:05:06 +02:00
committed by Neil Lathwood
parent 88ecbbff24
commit c21e9c2f4a
13 changed files with 584 additions and 0 deletions

View File

@@ -297,6 +297,17 @@ $graphs['zfs'] = array(
'arc_cache_miss',
);
$graphs['powerdns-dnsdist'] = array(
'cache',
'downstream',
'dynamic_blocks',
'latency',
'queries_latency',
'queries_stats',
'rules_stats',
'queries_drop',
);
echo '<div class="panel panel-default">';
echo '<div class="panel-heading">';