bundles: various fixes for telegraf plugins
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a980e22ecb
commit
6772b3b5d0
11 changed files with 39 additions and 10 deletions
|
@ -4,11 +4,9 @@ server:
|
|||
|
||||
verbosity: 0
|
||||
|
||||
% if node.has_bundle('netdata'):
|
||||
# FIXME reenable this once debian has 1.19
|
||||
# statistics-interval: 1
|
||||
# extended-statistics: yes
|
||||
statistics-interval: 300
|
||||
% if node.has_bundle('netdata') or node.has_bundle('telegraf'):
|
||||
statistics-interval: 1
|
||||
extended-statistics: yes
|
||||
% else:
|
||||
statistics-interval: 300
|
||||
% endif
|
||||
|
@ -47,7 +45,7 @@ server:
|
|||
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
remote-control:
|
||||
% if node.has_bundle('netdata'):
|
||||
% if node.has_bundle('netdata') or node.has_bundle('telegraf'):
|
||||
control-enable: yes
|
||||
% else:
|
||||
control-enable: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue