We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now we have Debian package and startup script which is great!
The problem however it changes default from the previous default to bind to local host only:
root@mysql8:~# ps aux | grep process root 15556 0.0 0.9 13260 9292 ? Ssl 15:31 0:00 /usr/bin/process-exporter --config.path /etc/process-exporter/all.yaml --web.listen-address=127.0.0.1:9256
This makes it not overly useful by default as it is unlikely you have Prometheus Server running on the same host.
The text was updated successfully, but these errors were encountered:
e0030d3
Whoops, thanks for pointing that out!
Sorry, something went wrong.
No branches or pull requests
Now we have Debian package and startup script which is great!
The problem however it changes default from the previous default to bind to local host only:
root@mysql8:~# ps aux | grep process
root 15556 0.0 0.9 13260 9292 ? Ssl 15:31 0:00 /usr/bin/process-exporter --config.path /etc/process-exporter/all.yaml --web.listen-address=127.0.0.1:9256
This makes it not overly useful by default as it is unlikely you have Prometheus Server running on the same host.
The text was updated successfully, but these errors were encountered: