bundles: various fixes for telegraf plugins
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2021-04-24 11:45:58 +02:00
parent a980e22ecb
commit 6772b3b5d0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
11 changed files with 39 additions and 10 deletions

View file

@ -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