zabbix MEMORY.UTIL.MAX
2021-10-28MEMORY.UTIL.MAX 90% 修改为95%
1、通过数据库修改
select * from hosts where name like 'Linux by Zabbix agent'\G
select hostid,name from hosts where name like '%memory%';
| 10274 | Linux memory by Zabbix agent |
| 10341 | Linux memory by Zabbix agent active
select * from hostmacro where hostid=10274\G
update hostmacro set value=95 where hostid=10274 and hostmacroid=858;
update hostmacro set value=95 where hostid=10274 and hostmacroid=1474;
2、通过修改模块的宏实现
点击配置/模板/Linux memory by Zabbix agent /宏
{$MEMORY.UTIL.MAX}