zabbix添加对centos系统内存使用率百分比的监控

1.创建item
Configuration-->Templates-->Template OS Linux-->items-->create item

name:
memory used percent

type:
Calculated #计算类型

key:
vm.memory.size[usedpercent]

Formula:
100*(last("vm.memory.size[total]")-last("vm.memory.size[available]"))/last("vm.memory.size[total]")

Applications:
Memory

显示效果

posted @ 2018-07-12 22:45  reblue520  阅读(537)  评论(0编辑  收藏  举报