My team and I are using Window for our Prometheus/Grafana setup. We installed the WMI exporter. We are able to connect to the host server but are not able to connect to the target servers, we are getting the following error: Get "http://xx.xx.xxx.x:9182/metrics": dial tcp xx.xx.xxx.x:9182: connectex: No connection could be made because the target machine actively refused it.
The target servers are Azure servers. We opened port 9182 for the WMI exporter between Prometheus and the target servers. We also opened port 9090 between Prometheus and the target servers. Are there any other ports we need to open between Prometheus and the target servers?
Do we need to install the WMI exporter on the target Azure server?
Also, we can not find the Azure exporter installer for Windows. We have found binaries but are not sure how or where to install these in the Prometheus server. Can you provide us with a working link? Or, can you provide with guidelines on how and where to install the Azure binaries on Prometheus?
Do we need to install the Azure exporter for Windows on the target Azure server? Also, how can we do this?
Please helps us to get the Prometheus to retrieve metrics from the target server???