Hello,
I am monitoring my windows laptop for testing purposes. I am using the latest Zabbix 3.0.1 version and the agent is also the newest one. I am getting the data from Templates so all my configurations should be correct.
I want the trigger to alert if CPU utilization goes over 75% for 10min.
So my item key is:
"system.cpu.util"
it displays the CPU utilization% and it seems to be working. (I am getting correct data). The default parameters are [all,system,avg1]
My trigger expression for this is: "system.cpu.util.avg(600)}>75"
Which should alert if the average CPU utilization goes over 75% for 10minutes, right?
But when I use prime95 for stressing the CPU at 100% and the trigger alerts almost immediately. I guess my trigger expression is wrong?
BTW. I can't use perfounter because the port 10051 isn't open yet and I'd like to use this since it is supported in Zabbix 3.0 (not sure was it in previous versions)
I appreciate any given help!
I am monitoring my windows laptop for testing purposes. I am using the latest Zabbix 3.0.1 version and the agent is also the newest one. I am getting the data from Templates so all my configurations should be correct.
I want the trigger to alert if CPU utilization goes over 75% for 10min.
So my item key is:
"system.cpu.util"
it displays the CPU utilization% and it seems to be working. (I am getting correct data). The default parameters are [all,system,avg1]
My trigger expression for this is: "system.cpu.util.avg(600)}>75"
Which should alert if the average CPU utilization goes over 75% for 10minutes, right?
But when I use prime95 for stressing the CPU at 100% and the trigger alerts almost immediately. I guess my trigger expression is wrong?
BTW. I can't use perfounter because the port 10051 isn't open yet and I'd like to use this since it is supported in Zabbix 3.0 (not sure was it in previous versions)
I appreciate any given help!
Comment