搭建完zabbix報警 Lack of free swap space on zabbix
阿新 • • 發佈:2019-03-21
image emp nag ger RoCE 搜索 遇到 使用 templates zabbix報警 Lack of free swap space on zabbix
使用Zabbix監控一些雲主機時,可能遇到:
Lack of free swap space on Zabbix server
使用Zabbix監控一些雲主機時,可能遇到:
Lack of free swap space on Zabbix server
使用命令:
free -m
看到:
Swap 的total,used,free值都是0。這是因為Zabbix沒有考慮雲主機用戶。
處理步驟:
點擊Template OS Linux找到觸發器找到Lack of free swap space on {HOST.NAME}
點擊Lack of free swap space on {HOST.NAME}
下面是英文步驟
Configuration->Templates->搜索:Template OS Linux->Triggers
選擇 Lack of free swap space on {HOST.NAME}
修改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