--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/286d9508-e768-4f12-bd5c-5f5d5f10642c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The recommend thing to do is to run the Prometheus server more closely to the targets. This makes sure the network in the middle is not a problem. Otherwise you are effectively monitoring the network in addition to the target services.
You can forward alert message over the long links to a remote alertmanager.
On Aug 9, 2017 16:07, <g...@recongate.com> wrote:
Hi everyone,I'm using prometheus to monitor servers from different locations around the world and on different cloud platforms.In one location (were there are a few servers) i sometimes get the error "server returned HTTP status 403 Forbidden". The error occurs randomly, sometime prometheus manages to monitor the server sufficiently and in the next scrape the error will appear again.The network traffic to the servers is not the best but should be enough to monitor them (when i ping i get an answer back within around 90-100ms).I tried changing the scrape _interval and the scrape_timeout but it did not change anything (even when i set it for 10 minutes).Any ideas on how i can monitor these servers?
--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/b5e22010-ae89-4577-8fe9-bdbe76a97b1f%40googlegroups.com.
I tried reaching the node exporter via curl (from the prometheus server) and managed to see the metrics every time (tried at least ten times).If i should function with 50% scrape loss i should be able to monitor these servers, however i still get this error from the servers.Any thought on why curl works fine and the prometheus server gets an error?
There is no proxy in between the two servers and curl works fine.Are there any tests to do on the target server to see what the problem is.
I have sent the tcpdump output of both the server and the target.In addition i have sent a video of the prometheus site and what happens when i refresh the browser.maybe you can help understand what the problem is.