Book Image

Getting Started with Microsoft System Center Operations Manager

By : Kevin Greene
Book Image

Getting Started with Microsoft System Center Operations Manager

By: Kevin Greene

Overview of this book

Most modern IT environments comprise a heterogeneous mixture of servers, network devices, virtual hypervisors, storage solutions, cross-platform operating systems and applications. All this complexity brings a requirement to deliver a centralized monitoring and reporting solution that can help IT administrators quickly identify where the problems are and how best to resolve them. Using System Center Operations Manager (OpsMgr), administrators get a full monitoring overview of the IT services they have responsibility for across the organization - along with some useful management capabilities to help them remediate any issues they've been alerted to. This book begins with an introduction to OpsMgr and its core concepts and then walks you through designing and deploying the various roles. After a chapter on exploring the consoles, you will learn how to deploy agents, work with management packs, configure network monitoring and model your IT services using distributed applications. There’s a chapter dedicated to alert tuning and another that demonstrates how to visualize your IT using dashboards. The final chapters in the book discuss how to create alert subscriptions, manage reports, backup and recover OpsMgr, perform maintenance and troubleshoot common problems.
Table of Contents (18 chapters)
Getting Started with Microsoft System Center Operations Manager
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Working with alerts generated by monitors


In Chapter 5, Working with Management Packs, we discussed the difference between monitors and rules and in the context of alert tuning, it's important to have the ability to easily identify when an alert is generated by one or the other.

A quick way to identify if an alert was generated by a monitor is to click on the alert from within the console and check either the Alert Details or Alert Actions pane to see if they refer to a monitor as shown in Figure 8.4.

Figure 8.4: Identifying an alert generated by a monitor

Alerts generated by monitors tend to behave differently and have a lot more options that can be configured with overrides than alerts generated by rules.

Overriding monitor generated alerts

If you need to change how an alert generated by a monitor behaves, then you'll need to configure an override for that alert. Overrides can be configured within the console using the Monitoring, My Workspace or Authoring workspaces.

The following steps will...