“Monitoring with prometheus”的版本间的差异
跳到导航
跳到搜索
第7行: | 第7行: | ||
不错的书 | 不错的书 | ||
https://yunlzheng.gitbook.io/prometheus-book/ | https://yunlzheng.gitbook.io/prometheus-book/ | ||
+ | |||
+ | |||
+ | |||
[https://blog.csdn.net/lijiaocn/article/details/81865120 新型监控告警工具prometheus(普罗米修斯)的入门使用(附视频讲解)] | [https://blog.csdn.net/lijiaocn/article/details/81865120 新型监控告警工具prometheus(普罗米修斯)的入门使用(附视频讲解)] | ||
第16行: | 第19行: | ||
[https://zhuanlan.zhihu.com/p/24811652 基于Prometheus的分布式在线服务监控实践] | [https://zhuanlan.zhihu.com/p/24811652 基于Prometheus的分布式在线服务监控实践] | ||
+ | ==usage== | ||
+ | [https://www.jianshu.com/p/03cf0fc9c746 Grafana单图表告警邮件&面板图(Dashboard)日报邮件] | ||
− | [https:// | + | [https://prometheus.io/docs/practices/rules/ Recording rules ] |
=grafana= | =grafana= |
2020年5月5日 (二) 05:14的版本
==
prometheus
Nginx用户密码认证配置 Basic HTTP authentication
不错的书 https://yunlzheng.gitbook.io/prometheus-book/
新型监控告警工具prometheus(普罗米修斯)的入门使用(附视频讲解)
【视频】新型监控告警工具prometheus(普罗米修斯)入门使用(附视频讲解)
为什么说 Prometheus 是足以取代 Zabbix 的监控神器?
usage
Grafana单图表告警邮件&面板图(Dashboard)日报邮件
grafana
grafana.com Run Grafana Docker image
中文 Node Exporte for Prometheus Dashboard
usage creat-->import --> id 8919
Container
https://grafana.com/grafana/dashboards/11174
docker-grafana/config.env https://github.com/stefanwalther/docker-grafana/blob/master/config.env
使用教程
grafana使用教程之基本概念(basic concepts)
Grafana快速入门:InfluxDB数据源以及曲线图表仪表盘配置
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