Using the Dynamic Group Filter Editor
Use the Dynamic Group Filter Editor to create or edit rules for use in the SQL filter for the new group.
- First, select the desired rule type from the drop-down menu at left. The available options are:
- . Checks the Active Monitors configured for a device found at .
- . Checks for a device that matches the criteria entered in . Device attributes are configured on the dialog.
- . Checks the box found at .
- . Checks the box found at .
- . Checks the box found at . Also checks any additional network interface in the Additional Network Interfaces dialog.
- . Checks the box found at . Also checks any additional network interface in the Additional Network Interfaces dialog.
- . Checks the box found at .
- Then, select your search criteria from the next drop-down menu. Please note, the search criteria options displayed may vary depending on the rule type selected in the previous step. See below for additional information.
- After choosing your search criteria, enter a variable to complete the string rule.
- To add a filter to your filter group, click the add icon and repeat these steps as needed to complete your filter.
- To add a sibling or child group, click and repeat these steps as needed to complete your filter.
- When your filter is complete, click to return to the SQL Query Builder.
About Search Criteria Options
For most rule types, you can select one of six search criteria:
- contains
- does not contain
- is
- is not
- starts with
- ends with
Example: "IP address contains 192," where "IP address" is the rule type, "contains" is the search criteria, and "192" is the variable. This string rule would search for devices with IP addresses with 192 in them.
However, if Credential is selected, you can only select:
Example: "Credential does not have SNMP," where "Credential" is the rule type, "does not have" is the search criteria, and "SNMP" is the variable. This string rule would search for devices that do not have Windows credentials applied.
: This does not apply to Passive Monitors that use credentials.
If IP Address is selected, you may select one of the six common search criteria described previously or one of two additional search criteria specific to IP addresses:
- . To create a Dynamic Group consisting of devices within a certain range of IP addresses, you can create a rule that searches for devices with addresses that fall between two IP addresses, a lower number address, and a higher number address.
Example: "IP address within the range 192.160.1.1. and 192.165.25.255." The rule would search for all devices with IP addresses that fall between the two addresses. - . To create a Dynamic Group consisting of devices within a certain subnet, you can create a rule that searches for devices on a specific IP address' subnet. To do so, you need to know an IP address and a subnet mask. You can either enter the subnet mask or the prefix length of that subnet in the field. Please note, using the option requires you have knowledge of CIDR notation.
: IP address rules do not support IPv6 addresses.