Group
| Syntax | Description |
|---|---|
any group {name} | Triggers if the device is in any of the specified groups |
all group {name} | Triggers if the device is in all of the specified groups |
not group {name} | Triggers if the device is not in the specified groups |
- You cannot combine
any,all, andnotin a single rule - The specified groups must exist
- Use Regular expressions to match multiple groups
Configure device groups via:
- Admin > Grouping > Auto Grouping
- Admin > Grouping > Manual Grouping
Examples
-
Alert on Ping events for devices in the Cisco group
* * ping4 PING.icmpState any group Cisco = email Admins -
Alert on multiple groups
* * ping4 PING.icmpState any group Adva Cisco F5 = email Admins -
Alert only if the device is in
allmatching groups
* * ping4 PING.icmpState all group Cisco Production = email Admins -
Alert on devices
notin the Maintenance group
* * ping4 PING.icmpState not group Maintenance = email Admins