Hi,
i have installed zabbix 1.1 for a log time ago. Till this day if only checked the bandwith and availability of more than 1500 hosts. Now i want to check some more detailed.
I want to check two things.
First: If the value of one item is over 100 the last 10 checks the trigger should fire a message to the administrator.
I create the following trigger:
I check the item in a period of 300sec and i want to check the last 10 values (300*10=3000) Could this trigger work? Or is there any other way to check the last 10 values?
The second problem i have is:
How can i check all value of one day. The trigger must fireing if 50 values of this day are over 100. Should i use the function count in association of max??? Or something different?
I have checked the forum for answers but i haven't had found any help.
If anyone have some ideas i would appreciative. Maybe you have examples for me how to do this.
Greetz Krusty
i have installed zabbix 1.1 for a log time ago. Till this day if only checked the bandwith and availability of more than 1500 hosts. Now i want to check some more detailed.
I want to check two things.
First: If the value of one item is over 100 the last 10 checks the trigger should fire a message to the administrator.
I create the following trigger:
Code:
{<HOST>:<KEY>.avg(3000)>100
The second problem i have is:
How can i check all value of one day. The trigger must fireing if 50 values of this day are over 100. Should i use the function count in association of max??? Or something different?
I have checked the forum for answers but i haven't had found any help.
If anyone have some ideas i would appreciative. Maybe you have examples for me how to do this.
Greetz Krusty
Comment