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
Hi,
I followed the instructions on "How To", but getting an error on Prometheus job 'netdata' Apparently, it's can't connect to host/node.
prometheus.yml:
job_name: 'netdata' metrics_path: '/api/v1/allmetrics' params: format: [prometheus] honor_labels: true scrape_interval: 15s static_configs: - targets: ['localhost:19999']
Error:
Get http://localhost:19999/api/v1/allmetrics?format=prometheus: dial tcp 127.0.0.1:19999: connect: connection refused
How configure the prometheus.yml?
Thanks for advance.
The text was updated successfully, but these errors were encountered:
I found the solution. It's necessary configure the host:
sudo sysctl net.ipv4.conf.all.forwarding=1 sudo iptables -P FORWARD ACCEPT
These settings do not persist across a reboot, so you may need to add them to a start-up script.
Sorry, something went wrong.
@dancristi4n how do you add in the startup script?
No branches or pull requests
Hi,
I followed the instructions on "How To", but getting an error on Prometheus job 'netdata'
Apparently, it's can't connect to host/node.
prometheus.yml:
Error:
How configure the prometheus.yml?
Thanks for advance.
The text was updated successfully, but these errors were encountered: