itamae/cookbooks/prometheus/files/etc/supervisor/conf.d/prometheus.conf

9 lines
299 B
Plaintext
Raw Normal View History

2019-03-03 08:50:49 +00:00
[program:prometheus]
command=/usr/local/bin/prometheus --config.file /etc/prometheus.d/prometheus.yml --storage.tsdb.path /var/opt/prometheus/
stdout_logfile=/var/log/supervisor/prometheus.log
redirect_stderr=true
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=5
autorestart=true
stopsignal=HUP