defaults = { 'apt': { 'packages': { 'telegraf': {}, }, 'repos': { 'influxdb': { 'items': { 'deb https://repos.influxdata.com/debian buster stable', # TODO switch to autogenerated node name once influx supports bullseye #'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:', }, }, }, }, }