Objective: To adjust threshold values for monitoring conditions in Zabbix templates.
1. Access Zabbix Frontend:
2. Navigate to Templates:
3. Select Template:
4. Modify Load Average Trigger:
min(/Linux by Zabbix agent/system.cpu.load[all,avg1],5m)/last(/Linux by Zabbix agent/system.cpu.num)>{$LOAD_AVG_PER_CPU.MAX.WARN} and last(/Linux by Zabbix agent/system.cpu.load[all,avg5])>0 and last(/Linux by Zabbix agent/system.cpu.load[all,avg15])>0
5. Exclude Specific Service:
min(/Windows by Zabbix agent/service.info["{#SERVICE.NAME}",state],#3)<>0 and {#SERVICE.NAME}<>"edgeupdate"
6. Apply Changes: