Hello dear forum,
I need to modify a trigger so that it will change alert status from Warning to Average after condition (IP address 0.0.0.0) has been active more than 30 minutes.
Polling interval for mobile IP status is 5min and mobile device will return it's IP address as string like 1.2.3.4
My current working trigger for level Warning is:
{Template test:mobileIPAddress.str(0.0.0.0)}=1
I've tried following to 'escalate' trigger status from Warning to Average by adding another Trigger:
{Template test:mobileIPAddress.count(#7,"0.0.0.0",eq)}=1
For some reason this will affect immediately, not after 30-35min.
Please advice how to create another trigger that will be effective only after 30min?
Thanks,
I need to modify a trigger so that it will change alert status from Warning to Average after condition (IP address 0.0.0.0) has been active more than 30 minutes.
Polling interval for mobile IP status is 5min and mobile device will return it's IP address as string like 1.2.3.4
My current working trigger for level Warning is:
{Template test:mobileIPAddress.str(0.0.0.0)}=1
I've tried following to 'escalate' trigger status from Warning to Average by adding another Trigger:
{Template test:mobileIPAddress.count(#7,"0.0.0.0",eq)}=1
For some reason this will affect immediately, not after 30-35min.
Please advice how to create another trigger that will be effective only after 30min?
Thanks,
Comment