Wait
| Syntax | Description |
|---|---|
wait {N}m | Triggers after a device stays in this condition for N minutes. |
wait {N}h | Triggers after a device stays in this condition for N hours. |
waitmust be defined at the start of the rule- If
valueis omitted, values from the Status Attributes Table are used
Status Attributes Table can be found in the Status Alerts web help text.
Examples
-
Alert if a device stays down for 5 minutes
wait 5m * * ping4 PING.icmpState value down = email Admins -
Alert if a device stays down for 1 hour.
wait 1h * * ping4 PING.icmpState = email Admins
See: Wait Rules section for further details.