node监控模板

搜索 https://grafana.com/grafana/dashboards/?dataSource=prometheus

11074-Node Exporter for Prometheus Dashboard 
https://grafana.com/grafana/dashboards/8919-1-node-exporter-for-prometheus-dashboard-cn-0413-consulmanager/
https://grafana.com/grafana/dashboards/1860-node-exporter-full/
https://grafana.com/grafana/dashboards/11074-node-exporter-for-prometheus-dashboard-en-v20201010/
https://grafana.com/grafana/dashboards/15172-node-exporter-for-prometheus-dashboard-based-on-11074/

NGINX-图表

https://grafana.com/grafana/dashboards/11199-nginx/

redis

https://grafana.com/grafana/dashboards/11692-redis-dashboard-for-prometheus-redis-exporter-1-x/
https://grafana.com/grafana/dashboards/11835-redis-dashboard-for-prometheus-redis-exporter-helm-stable-redis-ha/

mysql

https://grafana.com/grafana/dashboards/7362-mysql-overview/

traefik监控

4475 默认
https://grafana.com/grafana/dashboards/4475-traefik/
类似
https://grafana.com/grafana/dashboards/12250-traefik-2-2/

12041
https://grafana.com/grafana/dashboards/12041-traefik-process-all/


添加到promethus
https://www.jianshu.com/p/472a0367fb4b


  # 添加traefik监控
  - job_name: 'traefik'
    basic_auth:
      username: admin
      password: ***
    static_configs:
      - targets: ['xxx.xxx.xxx.xxx:8080']

添加用户

https://blog.csdn.net/liuxiao723846/article/details/126862691

角色:
Role: viewer 只能查看,Editor可以修改 Admin管理员