Hi.
There is item, for example "item1"
Type: int
History store period: 90d
And there is trigger for this item.
Problem expression:
{host:item1.change()}<0
Recovery expression:
({host:item1.max(7884000)} - {host:item1.last()}) = 0
Recovery expression logic: recovery happens if last item value = max value for 3 months period
But strange behavior occurs when problem closes with recovery expression still being False
Have anyone got something similar?
Any suggestions what can it be?
There is item, for example "item1"
Type: int
History store period: 90d
And there is trigger for this item.
Problem expression:
{host:item1.change()}<0
Recovery expression:
({host:item1.max(7884000)} - {host:item1.last()}) = 0
Recovery expression logic: recovery happens if last item value = max value for 3 months period
But strange behavior occurs when problem closes with recovery expression still being False
Have anyone got something similar?
Any suggestions what can it be?
Comment