Hello
we use Zabbix discovery a lot, to create 'items' based on Cloud new resources.
For example, we discover new database servers, and for each of them, we create a set of item and a set of triggers.
When they are discovered, it begin to get measures via 'items'
we need for some triggers to 'check' measure point in the past (for ex. min(xxx, #3) to get minimum of the 3 last measures) etc.
Our concern is that, when item just have been created, the have just no point or 1 point of measure.. so, often, our triggers like this raise an alert, just because the resource / item is new and we don't have all the #measures requested in the triggers.
is there a way in zabbix to 'delay', make triggers be 'active' only a certain duration after the creation of the item ?
like .. : min(..., #4) and item.age(..) > 30m
thank you for your help,
best regards
Mika
we use Zabbix discovery a lot, to create 'items' based on Cloud new resources.
For example, we discover new database servers, and for each of them, we create a set of item and a set of triggers.
When they are discovered, it begin to get measures via 'items'
we need for some triggers to 'check' measure point in the past (for ex. min(xxx, #3) to get minimum of the 3 last measures) etc.
Our concern is that, when item just have been created, the have just no point or 1 point of measure.. so, often, our triggers like this raise an alert, just because the resource / item is new and we don't have all the #measures requested in the triggers.
is there a way in zabbix to 'delay', make triggers be 'active' only a certain duration after the creation of the item ?
like .. : min(..., #4) and item.age(..) > 30m
thank you for your help,
best regards
Mika
Comment