bundles/telegraf: introduce
This commit is contained in:
parent
433754590d
commit
5e0541aef8
4 changed files with 107 additions and 0 deletions
23
bundles/telegraf/metadata.py
Normal file
23
bundles/telegraf/metadata.py
Normal 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:',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue