Hi there!
I'm new to zabbix and the previous guy (who was responsible for zabbix) has left the company. I really like the product, but I could't figure out the following:
This is our trigger:
Severity:
Name:
Expression:
I read that as well:
Zabix Documentation 2.4: Trigger expression
Finally, '>5' means that the trigger is in the PROBLEM state whenever the most recent processor load measurement from www.zabbix.com is greater than 5.
It's in my case 25. But what does this mean?
More than 85% load?
Thanks for your help!
I'm new to zabbix and the previous guy (who was responsible for zabbix) has left the company. I really like the product, but I could't figure out the following:
This is our trigger:
Severity:
Average
Name:
Code:
tpl_main_windows_os_agent: Processor load is too high on {HOST.NAME}
Code:
{thisistheservername:system.cpu.load[percpu,avg1].avg(5m)}[B]>25[/B]
Zabix Documentation 2.4: Trigger expression
Finally, '>5' means that the trigger is in the PROBLEM state whenever the most recent processor load measurement from www.zabbix.com is greater than 5.
It's in my case 25. But what does this mean?
More than 85% load?
Thanks for your help!
Comment