The following examples show the usage of regular expression patterns, which filters the notification data based on the selection of regular expression characters or operators.

Example 1

The following regular expression pattern, filters notification that matches the following conditions:

Class Name is ‘FileSystem’

AND

Element Name contains ’10.230.81.21’ or ’10.230.91.45’
Note: You can add any number of OR to filter the notification.

AND

Name contains ‘/]’ or ‘/usr]’ or ‘/opt]’

Example 2

The following regular expression pattern, filters notification that matches the following conditions:

EventName is anything except ‘Unresponsive’ or ‘Disabled’

AND

Class Name is ‘Host’