Recommended practices for filtering

PATROL for Entuity Server can filter the data displayed, but the data of all the devices monitored by the Entuity server is transferred to the application via the PATROL Agent.

In order to reduce the amount of data traffic. BMC recommends that you create a view for each Entuity server accounts with access privileges to those sub-sets of the network that you want to monitor. This will reduce the flow of traffic between the Entuity server and the PATROL Agent.

Note

BMC PATROL for Entuity Server does not permit you to have more than one view per user. If you wish to monitor multiple views, create an additional view that includes all the permissions assigned to these views.

You can use the filtering capabilities of PATROL for Entuity Server to perform sophisticated filtering actions. The following examples are intended to highlight the possibilities that this product makes available to you.

Using both filter by device type and filter by device name commands (for all Entuity server account instances )

If you want to view only routers, and only those router that begin with a certain prefix (in this example "bcan").

  • From the PATROL Console work area, right-click Entuity. Select PATROL KM Administration>Filters>Device Type, and select Router (Use Select None to the existing device type selections)
  • From the PATROL Console work area, right-click Entuity. Select PATROL KM Administration>Filters>Device Name, and enter the following RegEx string ^bcan (All devices beginning with "bcan")

Only routers with names beginning with "bcan" are displayed.

Using both filter by device type and filter by device name commands (by server account instance)

In this example, you might have defined the routers monitored by specific Entuity servers according to a naming convention. This would enable you to view only routers by name for each Entuity server.

  • From the PATROL Console work area, right-click Entuity. Select Entuity>PATROL KM Administration>Filters>Device Type, and select Router (Use Select None to the existing device type selections)

For each Entuity server instance

  • From the PATROL Console work area, right-click a Entuity server instance>PATROL KM Administration>Filters>Device Type, and enter a RegEx string with the required prefix as follows: ^nyork (All devices beginning with "nyork")
    Only routers in the specific Entuity server instance with names beginning with "nyork" are displayed.

Examples of RegEx filtering

  • Display all instances that begin with TLV, enter the following RegEx string ^TLV
  • Display all instances that end with TLV, enter the following RegEx string TLV$
  • Display all instances that contain TLV, enter the following RegEx string TLV

Note

In all cases the filtering takes effect only after the next collection cycle.

Was this page helpful? Yes No Submitting... Thank you

Comments