Skip to content

Commit

Permalink
Fix #40 by listening on all interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed May 19, 2018
1 parent 7af4cda commit e0030d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/process-exporter.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=Process Exporter for Prometheus
[Service]
User=root
Type=simple
ExecStart=/usr/bin/process-exporter --config.path /etc/process-exporter/all.yaml --web.listen-address=127.0.0.1:9256
ExecStart=/usr/bin/process-exporter --config.path /etc/process-exporter/all.yaml --web.listen-address=:9256
KillMode=process
Restart=always

Expand Down

0 comments on commit e0030d3

Please sign in to comment.