"1 min average per core " 是每个core 的平均值,不是CPU 的平均值。 一个cpu可以有多个 core.
grep proc /proc/cpuinfo发现为24core,找template 里的Item ,找到这个template "Template OS Linux", 点击item后,你会看到这个: Processor load (1 min average per core)
system.cpu.load[percpu,avg1]
对里面的参数做些调整,比如去掉percpu或者改成all,system.cpu.load[<cpu>,<mode>],CPU(s) load. Processor load. The cpu and mode are optional. If cpu is missing all is used. If mode is missing avg1 is used. Note that this is not percentage.
测试:
zabbix_agentd -t "system.cpu.load[all,avg1]"---------OK
zabbix_agentd -t "system.cpu.load[,avg1]"------------OK
修改key以后,zabbix_agentd不用重启,自动生效。
时间: 2024-11-05 11:54:44