system.cpu.util[<cpu>,<type>,<mode>]


# cpu 具体编号就是CPU的具体核心,为空就代表CPU所有核心

# type 就是CPU的不同状态值
idle, nice, user (default), system (default for Windows),
iowait, interrupt, softirq, steal,其中idle表示空闲,user表示用户使用

# mode avg1 表示平均1分钟的值,avg5,avg15 同理,为空表示当前时间

# example
system.cpu.util[,user,avg1]

下面的监控项为系统自带,如下图 

system.cpu.util[,idle]

Zabbix 监控 CPU 使用率_触发器

监控项键值 system.cpu.util[,idle]     监控cpu的空闲时间,单位%

Zabbix 监控 CPU 使用率_键值_02

只需要创建触发器就行了

Zabbix 监控 CPU 使用率_键值_03

{192.168.1.72:system.cpu.util[,idle].avg(1m)}<10

cpu空闲时间小于10%,也就是使用率大于90%

avg(1m):1分钟平均值