node监控模板

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

  • 镜像
grafana/grafana:11.2.0
prom/prometheus:v2.53.2  v2.45.6 v2.40.7
prom/node-exporter:v1.8.2

配置

#设置中文
右上角Profile->Preferences->Language

#添加数据源prometheus
http://pms_prometheus:9090   #prometheus内部地址和端口
新版
https://grafana.com/grafana/dashboards/16098-node-exporter-dashboard-20240520-job/
同步云厂商ECS监控: https://grafana.com/grafana/dashboards/8919-node-exporter-dashboard-20240520-tensuns/

推荐 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']

kong

7424  18114 只能用一个
21162
https://grafana.com/grafana/dashboards/7424-kong-official/
https://grafana.com/grafana/dashboards/21162-kong-cx-ai/
https://grafana.com/grafana/dashboards/11870-kong-vitals-prometheus-official/
https://grafana.com/grafana/dashboards/10162-kong-http-logs/

添加用户

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

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