Hi, A few days ago I realized IPMI exporter is not running on one of our bare metals but we didn't get any alert from our Prometheus. Although I cannot get the metrics via curl on the Prometheus server, our Prometheus is scraping metrics successfully from this server! here is the Prometheus page indicating the Prometheus can scrap metrics successfully :
[image: prom.png] But when I SSH to the server, no one is listening on port 9290: And I've checked the DNS records, they are correct (when I ping the address, it returns the correct address. Here is the curl result from the Prometheus server for one-08: curl http://one-08.compute.x.y.z:9290 curl: (7) Failed to connect to one-08.compute.x.y.z port 9290: Connection refused The weird thing is I can see one-08 metrics on the Prometheus server (for the moment): [image: prom1.png] I tried to put this job on another Prometheus server but I get an error on the second one claiming context deadline exceeded which is correct. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/69c8c877-434e-43e9-96a0-20eb6072db88o%40googlegroups.com.

