[program:pushgateway]
command={{ pushgateway_home }}/pushgateway --log.level=info --web.listen-address 0.0.0.0:9091
priority=100
process_name=%(program_name)s
user={{ app.user }}
autostart=true
autorestart=true
startsecs=10
stdout_logfile={{ pushgateway_home }}/pushgateway.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=5
stderr_logfile={{ pushgateway_home }}/pushgateway_error.log
stderr_logfile_maxbytes=100MB
stderr_logfile_backups=5