Linux/FreeBSD agent template have a low and static value for the trigger, "Processor load is too high".
It must be redefined to take the number of CPUs into account, because a load of 5 on a machine with 48 CPUs is negligible and should not generate an alert.
I have change it to:
avg(/FreeBSD by Zabbix agent/system.cpu.load[all,avg1],5m) > last(/FreeBSD by Zabbix agent/system.cpu.num) + 4
It must be redefined to take the number of CPUs into account, because a load of 5 on a machine with 48 CPUs is negligible and should not generate an alert.
I have change it to:
avg(/FreeBSD by Zabbix agent/system.cpu.load[all,avg1],5m) > last(/FreeBSD by Zabbix agent/system.cpu.num) + 4
Comment