“Monitoring with prometheus”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
第17行: 第17行:
  
 
[https://blog.csdn.net/bbwangj/article/details/81109615  Grafana使用教程]
 
[https://blog.csdn.net/bbwangj/article/details/81109615  Grafana使用教程]
 +
 +
[https://blog.csdn.net/Sagitarioo/article/details/102805852?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2  grafana数据可视化-使用教程]
  
  

2020年4月22日 (三) 08:46的版本

==


grafana

中文 Node Exporte for Prometheus Dashboard

usage creat-->import --> id 8919

Container


https://grafana.com/grafana/dashboards/11174

使用教程

grafana配置与简单使用

Grafana使用教程

grafana数据可视化-使用教程


apached conf
##/etc/httpd/conf.d/gf.conf


<VirtualHost *:80>
      ServerName gf.linuxsa.org
      ServerAlias gf.linuxsa.org
     
      ProxyRequests off
     
      <Proxy *>
        Order deny,allow
        Allow from all
      </Proxy>
     
      <Location />
        ProxyPass http://localhost:3000/
        ProxyPassReverse http://localhost:3000/
      </Location>
    </VirtualHost>

vm 监控

可以如上的 node

应用监控

prometheus监控Redis集群

see also

为什么说 Prometheus 是足以取代 Zabbix 的监控神器?