Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Group

SyntaxDescription
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, and not in 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 all matching groups
    * * ping4 PING.icmpState all group Cisco Production = email Admins

  • Alert on devices not in the Maintenance group
    * * ping4 PING.icmpState not group Maintenance = email Admins