bundles: add some telegraf plugins

This commit is contained in:
Franzi 2021-04-23 19:31:28 +02:00
parent 5e0541aef8
commit a37d31973a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
12 changed files with 159 additions and 0 deletions

View file

@ -78,6 +78,19 @@ defaults = {
},
}
if node.has_bundle('telegraf'):
defaults['telegraf'] = {
'input_plugins': {
'builtin': {
'zfs': [{
'poolMetrics': True,
'datasetMetrics': True,
}],
},
},
}
@metadata_reactor.provides(
'cron/zfs-scrub',