Delete `/etc/supervisor/conf.d/prometheus.conf`.

This commit is contained in:
Kazuhiro MUSASHI 2023-02-11 21:09:15 +09:00
parent 78b4c3464f
commit 8efef5000c
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
[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