How To Install and Configure Blackbox Exporter for Prometheus
1. Create Docker Container Grafana ” docker run -d –name Grafana -p 3000:3000 -e ” GF_SECURITY_ADMIN_USER= admin” -e ” GF_SECURITY_ADMIN_ PASSWORD= password ” grafana/grafana:latest “ 2. Create Docker Container Prometheus ” docker run -d –name Prometheus -p 9090:9090 -v /opt/prometheus/prometheus.yml:/etc/prometheus/prome theus.yml prom/prometheus –config.file=/etc/prometheus/prometheus.yml “ Before crerating a Prometheus docker container you need to create a […]