[program:blackbox_exporter]
command={{ blackbox_exporter_home }}/blackbox_exporter --config.file={{ blackbox_exporter_home }}/blackbox.yml --log.level=info --web.listen-address 0.0.0.0:9115
priority=100
process_name=%(program_name)s
user={{ app.user }}
autostart=true
autorestart=true
startsecs=10
stdout_logfile={{ blackbox_exporter_home }}/blackbox_exporter.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=5
stderr_logfile={{ blackbox_exporter_home }}/blackbox_exporter_error.log
stderr_logfile_maxbytes=100MB
stderr_logfile_backups=5