I have written a discovery which returns 3 parameters.
It creates items and triggers based on all those 3 parameters.
However... I know beforehand that my discovery can give a different value for parameter 3.
Zabbix then creates a new set of items & triggers and invalids the old one.
I don't want this!
I only want a creation when param1 or param2 changes and let it ignore param3.
I asked this question before in this thread: https://www.zabbix.com/forum/zabbix-...-being-renewed
But I guess I gave too much info there.
I've already made some changes to the discovery script that makes it less likely to return a different param3, but it still can.
I prefer to eliminate the possibility.
It creates items and triggers based on all those 3 parameters.
However... I know beforehand that my discovery can give a different value for parameter 3.
Zabbix then creates a new set of items & triggers and invalids the old one.
I don't want this!
I only want a creation when param1 or param2 changes and let it ignore param3.
I asked this question before in this thread: https://www.zabbix.com/forum/zabbix-...-being-renewed
But I guess I gave too much info there.
I've already made some changes to the discovery script that makes it less likely to return a different param3, but it still can.
I prefer to eliminate the possibility.
Comment