mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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">';
|
||||
|
||||
|
Reference in New Issue
Block a user