运维基础——Zabbix:Lack of free swap space on Zabbix server

问题

使用Zabbix监控一些云主机时,可能遇到:

Lack of free swap space on Zabbix server

使用命令:

free -m

看到:
运维基础——Zabbix:Lack of free swap space on Zabbix server

Swap 的total,used,free值都是0。这是因为Zabbix没有考虑云主机用户。

处理步骤:

  1. Configuration-Templates-Template OS Linux-Triggers
    运维基础——Zabbix:Lack of free swap space on Zabbix server

  2. 选择 Lack of free swap space on {HOST.NAME}

  3. 修改Expression

{Template OS Linux:system.swap.size[,pfree].last(0)}<50

修改为

{Template OS Linux:system.swap.size[,pfree].last(0)}<50 and {Template OS Linux:system.swap.size[,free].last(0)}<>0
上一篇:Zabbix监控报警Lack of free swap space on Zabbix server解决办法


下一篇:Zabbix Server 监控Web页面