Do not use `supervisor` to start/stop `node_exporter`.

This commit is contained in:
Kazuhiro MUSASHI 2023-02-05 15:01:44 +09:00
parent fd01843277
commit ceb75182df
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
[program:node_exporter]
command=/usr/local/bin/node_exporter --web.listen-address="127.0.0.1:9100" -collector.systemd
stdout_logfile=/var/log/supervisor/node_exporter.log
redirect_stderr=true
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=5
autorestart=true
stopsignal=HUP