We have an item that Update interval is 0s and custom interval to chek at every 10 minutes during work hours (1-5,08:00-16:00).
Then there is nodata(30m)=1 trigger that points to that item.
Trigger fires outside of work hours. Is there way to stop that, other that adding check times to trigger expression as well, or creating maintenance period?
Same thing with fuzzytime, an item returns unix timestamp, and we use fuzzytime to calculate how old that timestamp is. That also gets evaluated outside of item's check interval and fires false positive alerts.
Then there is nodata(30m)=1 trigger that points to that item.
Trigger fires outside of work hours. Is there way to stop that, other that adding check times to trigger expression as well, or creating maintenance period?
Same thing with fuzzytime, an item returns unix timestamp, and we use fuzzytime to calculate how old that timestamp is. That also gets evaluated outside of item's check interval and fires false positive alerts.
Comment