Hello all,
I have created a simple check item to test ICMP against a host. Interval set to 30s. It is working properly.
But things got strange when I try to use a trigger function count() and max(). Item interval has being taking precedence and time interval set in the trigger expression itself has been ignored.
For example: If I set " .max(120)=0 " function in my Trigger, it does not wait 120 seconds to start the first trigger message, instead, it starts it within 30 seconds (the item interval itself).
So, What Am I doing wrong here?
Thanks in advance.
I have created a simple check item to test ICMP against a host. Interval set to 30s. It is working properly.
But things got strange when I try to use a trigger function count() and max(). Item interval has being taking precedence and time interval set in the trigger expression itself has been ignored.
For example: If I set " .max(120)=0 " function in my Trigger, it does not wait 120 seconds to start the first trigger message, instead, it starts it within 30 seconds (the item interval itself).
So, What Am I doing wrong here?
Thanks in advance.
Comment