bundlewrap/bundles/telegraf/metadata.py

39 lines
927 B
Python
Raw Normal View History

2021-04-23 17:27:20 +00:00
defaults = {
'apt': {
'packages': {
'telegraf': {
'needed_by': {
'svc_systemd:telegraf',
'user:telegraf',
},
},
2021-04-23 17:27:20 +00:00
},
'repos': {
'influxdb': {
'items': {
'deb https://repos.influxdata.com/{os} stable main',
2021-04-23 17:27:20 +00:00
},
},
},
},
'icinga2_api': {
'telegraf': {
'services': {
'TELEGRAF PROCESS': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C telegraf -c 1:',
},
},
},
},
'pacman': {
2022-02-14 06:56:51 +00:00
'packages': {
'telegraf-bin': {
'needed_by': {
'svc_systemd:telegraf',
'user:telegraf',
},
},
},
},
2021-04-23 17:27:20 +00:00
}