2.web界面添加主机,关联模版。3.验证效果二.安装客户端代理0.部署拓扑图zabbix-server采用docker部署的,部署在130宿主机上;zabbix-agent部署在140主机上。1.zabbix-agent rpm包官方下载地址 https://repo.zabbix.com/zabbix/6.4 zabbix docker部署 cfs文件系统只读监控 为确保文件系统可用性,防止出现只读、挂载失败...
7.系统的oom 随着时间的推移,用户不断增多,服务消耗的内存越来越多,当系统内存不足的时候,可能会导致系统产生oom(out of memory) 1.当系统内存不足时就会大量使用swap(虚拟内存) 2.当系统大量使用swap的时候,系统会特别卡 注意:有时可能内存还有剩余300M或者500M,但是swap依然被使用 [root@db02 ~]# dd < /...
2.随着时间的推移,用户不断的增多,服务随时可能扛不住会被 oom(out of memory),当系统内存不足的时候,会 触发oom 1.当系统内存不足的时候就会大量使用 swap 2.当系统大量使用 swap 的时候,系统会特别卡 注意: 有时可能内存还有剩余 300Mb-500Mb,但会发现 swap 依然被使用 [root@ZabbixServer~]# ddif=/...
复制 1vi/etc/zabbix/zabbix_server.conf2### Option:CacheSize3# Sizeofconfiguration cache,inbytes.4# Shared memory sizeforstoring host,item and trigger data.5#6# Mandatory:no7# Range:128K-8G8# Default:9# CacheSize=8M10CacheSize=1024M(这个值根据自己的需求) 重新启动zabbix恢复正常! 三Zabbix...
SUMMARY Hello, We have a zabbix-server version 5.0 running on docker and a couple weeks ago we started to see a memory leak on the server. The usage of memory RAM start to grow until the server reach 100% and after that, contunue with a ...
This way, we can monitor container or image-specific metrics, such as container memory, network information, container status, and more. Docker templates Low-level discovery item prototypes Verifying the host and template configuration To verify that the agent and the host are configured correctly,...
2. 新建docker-compose.yml文件 cd/home/data/zabbix-docker/ 编辑docker-compose.yml文件 sudovimdocker-compose.yml 按i进入编辑模式,将下面内容复制到docker-compose.yml文件中。 version:'3.5'services: zabbix-server: image: zabbix/zabbix-server-mysql:ubuntu-6.0-latest ...
2.3 清空缓存 [root@bogon ~]# yum clean all 已加载插件:fastestmirror 正在清理软件源: base docker-ce-stable extras updates zabbix : zabbix-non-supported Cleaning up list of fastest mirrors 2.4 安装zabbix数据库和服务端 [root@bogon ~]# yum install -y zabbix-server-mysql zabbix-agent -y ...
zabbix_get-s host-name-or-IP [-p port-number] [-I IP-address] [-t timeout]-k item-key zabbix_get-s host-name-or-IP [-p port-number] [-I IP-address] [-t timeout]--tls-connect cert --tls-ca-file CA-file [--tls-crl-file CRL-file] [--tls-agent-cert-issuer cert-issuer...
docker volume create uptime-kuma docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 Live Demo demo.uptime.kuma.pet Uptime-Kuma 是一个自托管监控工具,简单易用, 并且有好看的监控 Dashboard, 支持丰富的告警方式, 只需要花几分钟...