bundles/telegraf: introduce

This commit is contained in:
Franzi 2021-04-23 19:27:20 +02:00
parent 433754590d
commit 5e0541aef8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,23 @@
defaults = {
'apt': {
'packages': {
'telegraf': {},
},
'repos': {
'influxdb': {
'items': {
'deb https://repos.influxdata.com/{os} {os_release} stable',
},
},
},
},
'icinga2_api': {
'telegraf': {
'services': {
'TELEGRAF PROCESS': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C telegraf -c 1:',
},
},
},
},
}