Hey guys,
I have searched the forums, but couldnt find anything that could help me.
I want to monitor the cpu load of my webservers, there are a couple of possibilities CPU in percents, and decimal. I want to use the Decimal option. Now i dont want zabbix to bother me if the server goes 1 time over the trigger. I want to give the server 10 minutes to recover back to below the trigger line, if he doesnt, zabbix may message me. I have tried this with the following trigger:
({Template:system.cpu.load[,avg1].max(300)}>15)&({Template:system.cpu.load[,avg1].time(0)}>070000)& ({Template:system.cpu.load[,avg1].time(0)}<235959)
What i currently do think is that zabbix just fires the trigger every 5 minutes, It just checks every 5 minutes. Means it will do a check, if the CPU load is above 15 at that time it will message me.
Does anyone have a solution for this problem?
I have searched the forums, but couldnt find anything that could help me.
I want to monitor the cpu load of my webservers, there are a couple of possibilities CPU in percents, and decimal. I want to use the Decimal option. Now i dont want zabbix to bother me if the server goes 1 time over the trigger. I want to give the server 10 minutes to recover back to below the trigger line, if he doesnt, zabbix may message me. I have tried this with the following trigger:
({Template:system.cpu.load[,avg1].max(300)}>15)&({Template:system.cpu.load[,avg1].time(0)}>070000)& ({Template:system.cpu.load[,avg1].time(0)}<235959)
What i currently do think is that zabbix just fires the trigger every 5 minutes, It just checks every 5 minutes. Means it will do a check, if the CPU load is above 15 at that time it will message me.
Does anyone have a solution for this problem?
, What does the system.cpu.util[,system,avg1] actually check?
Comment