rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.13k stars 440 forks source link

No panels showing #94

Closed andrewrotherham closed 1 year ago

andrewrotherham commented 2 years ago

Hi, I've imported the Node Exporter Full dashboard from https://grafana.com/grafana/dashboards/1860 and it seems to go ok but I can't see any panels. By the way..I have put the following code in my /etc/prometheus/prometheus.yaml file

  - job_name: node
    static_configs:
      - targets: ['localhost:9100']

Please see the attachment for what I can see image

I'm using Ubuntu 18.04.6 LTS Is there something I'm doing wrong?