Prometheus快速入门及进阶
Prometheus 简介
Prometheus 是一套开源的系统监控报警框架。它启发于 Google 的 borgmon 监控系统,由工作在 SoundCloud 的 google 前员工在 2012 年创建,作为社区开源项目进行开发,并于 2015 年正式发布。2016 年,Prometheus 正式加入 Cloud Native Computing Foundation,成为受欢迎度仅次于 K...
Continue reading >>Prometheus 简介
Prometheus 是一套开源的系统监控报警框架。它启发于 Google 的 borgmon 监控系统,由工作在 SoundCloud 的 google 前员工在 2012 年创建,作为社区开源项目进行开发,并于 2015 年正式发布。2016 年,Prometheus 正式加入 Cloud Native Computing Foundation,成为受欢迎度仅次于 K...
Continue reading >>好久没更新博客了,自从12月底从新疆出差一个多月回来后一直就是忙验收的事,在完成日常安排的工作任务后,主要的精力就放在监控上。
大体思路就是分层监控:机房监控、物理机监控、虚机监控、服务监控
机房找厂商弄了一套简单的监控防灾系统。物理机与虚机均使用Zabbix监控。每个区域或网络选一台使用Zabbix Proxy, 其他使用Zabbix Agent连接到Proxy,防火墙不需要再开端口,这样的好处就是...
Continue reading >>[root@linux-node1 /tmp]# curl --head http://192.168.56.12:8088/ HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Content-Type: text/html;chars...Continue reading >>
通过shell脚本调用定义的php脚本来作数据采集,然后将数据传递到zabbix中
[root@linux-node1 ~]# yum install http://www.percona.com/downloads/percona-release/redha...Continue reading >>
2 查看导入TCP模版内容
3 主机添加TCP监控模版
4 添加图形,效果图如下
location /nginx_status { stub_status on; &n...Continue reading >>