ISD94TechDir
CDCloudflare Developers
•Created by ISD94TechDir on 1/30/2024 in #general-help
Cloudflared Grafana Dashboard
I figured it out. My cloudflared server sits in the DMZ and I have very specific firewall rules letting thoughts through to it. I had allowed the Prometheus server to be able to talk to the cloudflared server on that specific port (and ping). I could ping prometheus from cloudflared just fine, but I couldn't test it back because I couldn't login as root. I guess I had to also put the docker host IP as allowed to get to the cloudflared server. As soon as I added the docker host IP, it worked perfectly.
5 replies
CDCloudflare Developers
•Created by ISD94TechDir on 1/30/2024 in #general-help
Cloudflared Grafana Dashboard
I edited the config using systemctl edit --full cloudflared.service and added the IP and port for metrics. In a web browser I can go to [IP ADDRESS]:[PORT]/metrics and get all of the metrics, but for some reason my Prometheus server can't. I have verified connectivity between the two servers so they can communicate with each other
5 replies