Delete `/etc/supervisor/conf.d/prometheus.conf`.
This commit is contained in:
parent
78b4c3464f
commit
8efef5000c
|
@ -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
|
|
Loading…
Reference in New Issue