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

@ -56,7 +56,7 @@ if node.has_bundle('telegraf'):
'exec': {
'postfix': {
'commands': ['postfix-telegraf-queue'],
'interval': '15s',
'interval': '30s',
'data_format': 'influx',
'timeout': '5s',
},