bundles: add some telegraf plugins
This commit is contained in:
parent
5e0541aef8
commit
a37d31973a
12 changed files with 159 additions and 0 deletions
|
@ -37,6 +37,15 @@ defaults = {
|
|||
},
|
||||
}
|
||||
|
||||
if node.has_bundle('telegraf'):
|
||||
defaults['telegraf'] = {
|
||||
'input_plugins': {
|
||||
'builtin': {
|
||||
'powerdns': [{}],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'icinga2_api/powerdns/services',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue