zabbix ubuntu16 升级zabbix3.4到zabbix4.0 1 停止zabbixserver 停止 Zabbix server 以确保没有新数据插入数据库。 # service zabbix-server stop 2 备份当前的数据库 这是非常重要的步骤。升... 02月24日 42 views 发表评论 阅读全文
prometheus prometheus监控redis,redis-cluster 1. redis_exporter安装配置 # 下载redis_exporter wget https://github.com/oliver006/redis_exporter/releases/d... 11月04日 331 views 发表评论 阅读全文
prometheus prometheus+thanos+minio S3持久化对象存储+exporter+grafana+alertmanager集群+webhook告警通知监控架构搭建 https://blog.csdn.net/Kammingo/article/details/113944099 11月04日 176 views 发表评论 阅读全文
zabbix Zabbix-使用自动发现,实现对应用进程的监控 https://www.cnblogs.com/noah-luo/p/11772542.html https://blog.csdn.net/weixin_39027047/article/detai... 11月03日 128 views 发表评论 阅读全文
prometheus Prometheus基于consul集群来实现自动服务发现 1 安装consul集群(docker) 1.1 安装docker-compose pip3 install docker-compose docker-compose version 1.2 安装c... 11月03日 506 views 发表评论 阅读全文
elasticsearch prometheus应用之监控elasticsearch 一、安装 elasticsearch_exporter与ES集群是分开独立的,不需要对原有的ES集群(可能有很多个)做任何修改,不需要重启,只要能访问es集群即可。可以单独部署在一台服务器上项目地址:... 11月03日 369 views 发表评论 阅读全文
prometheus prometheus监控之进程监控processexporter 1.下载process-exporter wget https://github.com/ncabatoff/process-exporter/releases/download/v0.7.10/pr... 10月31日 390 views 发表评论 阅读全文
prometheus prometheus使用 pushgateway自定义指标收集 前面我们的数据大部分都是由节点上的agent端收集本地数据后暴露到/metrics,再由prometheus pull到本地进行存储展示的 但是终归这种指标收集的方法是有局限性的,并且有可能被其他如防... 10月28日 109 views 发表评论 阅读全文
prometheus prometheus监控之blackbox_exporter黑盒监测[icmp,tcp,http(get\post),dns,ssl证书过期时间] 使用场景 (更多…) 10月27日 126 views 发表评论 阅读全文
prometheus thanos高可用prometheus集群部署 https://www.cuiliangblog.cn/detail/article/30 https://www.yuque.com/cuiliang-s1qrv/wpn8pg/ydyrqp 09月27日 763 views 发表评论 阅读全文