bundles/unbound: decrease statistics-interval until debian has 1.19 and we're actually able to use them
This commit is contained in:
parent
f214f70cd4
commit
8b07fce738
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@ server:
|
||||||
verbosity: 0
|
verbosity: 0
|
||||||
|
|
||||||
% if node.has_bundle('netdata'):
|
% if node.has_bundle('netdata'):
|
||||||
statistics-interval: 1
|
# FIXME reenable this once debian has 1.19
|
||||||
extended-statistics: yes
|
# statistics-interval: 1
|
||||||
|
# extended-statistics: yes
|
||||||
|
statistics-interval: 300
|
||||||
% else:
|
% else:
|
||||||
statistics-interval: 300
|
statistics-interval: 300
|
||||||
% endif
|
% endif
|
||||||
|
|
Loading…
Reference in a new issue