bundles/rspamd: add telegraf metrics
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ad159cc29a
commit
2940bfd3d8
5 changed files with 361 additions and 2 deletions
|
@ -55,7 +55,20 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'rspamd': {
|
||||
'dkim': repo.vault.password_for(node.name + ' rspamd dkim key'),
|
||||
'dkim': repo.vault.password_for(f'{node.name} rspamd dkim key'),
|
||||
},
|
||||
'telegraf': {
|
||||
'input_plugins': {
|
||||
'exec': {
|
||||
'rspamd': {
|
||||
'commands': [
|
||||
'/usr/local/bin/telegraf-rspamd-plugin',
|
||||
],
|
||||
'data_format': 'influx',
|
||||
'timeout': '5s',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue