Alert Filter
By default, all eG alarms are displayed in the SCOM console. If required, you can have eG alarms of specific priorities/severities alone to be displayed in the SCOM console. To achieve this, do the following:
- Edit the eg_scom.ini file in the <EG_MANAGER_INSTALL_DIR>\manager\config directory.
- By default, the StatePriority parameter in the [misc_args] section is set to All, indicating that all eG alarms are displayed in the SCOM console by default.
-
To ensure that alarms of a specific priority are alone displayed in the SCOM console, set the StatePriority parameter to a specific priority. For instance, to display only Critical alarms in the SCOM console, your specification should be:
StatePriority=Critical
-
You can even provide a comma-separated list of priorities against StatePriority. For instance:
StatePriority=Critical,Major
- Finally, save the file.