通过docker搭建zabbix监控系统
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过docker搭建zabbix监控系统相关的知识,希望对你有一定的参考价值。
zabbix系统由数据库、监控服务、管理控制台及agent构成,支持ipmi、snmp、ssh等协议,可实现从硬件层--OS--应用--数据库等的监测
故障处理:控制台页面报错zabbix server is not running: the information displayed may not be current,根据网友非docker部署环境的排查方法,查了半天都没找到原因,居然是部署zabbix-web-apache-mysql时少了端口10051参数。
总结原因是对zabbix结构不熟悉,就连照教程都弄出奇怪问题
参考:
http://www.voidcn.com/article/p-tmqfwfwf-brw.html
https://www.cnblogs.com/airycode/p/9165894.html
https://www.cnblogs.com/rusking/p/4441362.html
https://www.cnblogs.com/Dicky-Zhang/p/7189714.html
https://blog.csdn.net/u012373815/article/details/71598457
https://blog.csdn.net/lvshaorong/article/details/78829797
https://blog.csdn.net/hcljava/article/details/78588623
以上是关于通过docker搭建zabbix监控系统的主要内容,如果未能解决你的问题,请参考以下文章
docker用docker-compose快速搭建zabbix最新版