bundles/unbound: set correct statistics interval
This commit is contained in:
parent
a9692317d2
commit
966ee7dae9
1 changed files with 1 additions and 5 deletions
|
@ -4,12 +4,8 @@ server:
|
||||||
|
|
||||||
verbosity: 0
|
verbosity: 0
|
||||||
|
|
||||||
% if node.has_bundle('netdata') or node.has_bundle('telegraf'):
|
statistics-interval: 60
|
||||||
statistics-interval: 1
|
|
||||||
extended-statistics: yes
|
extended-statistics: yes
|
||||||
% else:
|
|
||||||
statistics-interval: 300
|
|
||||||
% endif
|
|
||||||
statistics-cumulative: no
|
statistics-cumulative: no
|
||||||
|
|
||||||
num-threads: ${threads}
|
num-threads: ${threads}
|
||||||
|
|
Loading…
Reference in a new issue