HI i am sehun,
i installed Prometheus + Node Exporter + Grafana
i have some errors, when i setting up dashbord i imported 1860 (node_exporter)
with my Prometheus Data Source.
i set config file like …
root@prometheus:/prometheus/config# cat prometheus.yml
global:
evaluation_interval: 1s
alerting:
alertmanagers:
- static_configs:
- targets:
- localhost:9093
rule_files:
- "./rules/*.yml"
scrape_configs:
- job_name: 'node_exporter'
scrape_interval: 3s
scrape_timeout: 1s
static_configs:
- targets:
- localhost:9100
and my docker ps
root@prometheus:/prometheus/config# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
999c16eb85b7 prom/prometheus:v2.29.2 "/bin/prometheus --c…" 33 minutes ago Up 33 minutes prometheus
e9074f956cb8 grafana/grafana:8.1.2 "/run.sh" 47 minutes ago Up 47 minutes grafana
31ffd5191578 quay.io/prometheus/node-exporter:latest "/bin/node_exporter …" 58 minutes ago Up 58 minutes node_exporter
cdb111304c52 prom/pushgateway:v1.4.1 "/bin/pushgateway" 2 hours ago Up 2 hours pushgateway
and firewall
I got stuck and I don’t know how to figure out the problem. Perhaps anyone of the awesome guys here have an hint for me to help me out of this problems.
Thanks a lot for reading all of this in advance. thanks