Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Overview of this book

Table of Contents (18 chapters)
Microsoft System Center 2012 R2 Operations Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring self-tuning thresholds


In the previous recipe, we introduced self-tuning thresholds and sought to understand how they function. In this recipe, we will further configure self-tuning thresholds to expand on what we've done thus far.

To recap, a self-tuning threshold monitor uses a learning process to determine the usual values for a specified performance counter object, and on the basis of the learned values, it sets the threshold. During the period of learning, SCOM establishes a baseline representing the regular and expected activity of the computer. After the learning period has elapsed, SCOM logs all subsequent activity for the computer and compares it with the baseline.

Self-tuning monitors can be either 2-state or 3-state monitors. The following are the available self-tuning monitor types:

  • 2-state Above: This monitor establishes a baseline and generates a status change when the performance counter goes above the learned baseline.

  • 2-state Below: This is the opposite of the...