Book Image

Microsoft System Center 2012 Service Manager Cookbook

Book Image

Microsoft System Center 2012 Service Manager Cookbook

Overview of this book

Microsoft System Center Service Manager (SCSM) offers enterprises a complete, integrated platform for automating and adapting IT Service Management best practices to your organization's requirements. "Microsoft System Center Service Manager Cookbook" provides you with real-world, immediately usable recipes which will show you how to configure and administer System Center Service Manager 2012 and understand how to solve particular problems and scenarios to take this tool further. In Microsoft System Center Service Manager Cookbook, you will get to grips with practical recipes which will show you how to configure and administer System Center Service Manager 2012. This cookbook features distinct recipes on the practical implementation of ITSM Frameworks and Processes, Microsoft System Center 2012 Service Manager Administration, how to configure Service Level Agreements (SLAs). It will also cover incident and problem management, the design of change and release management as well as implementing and editing security roles.
Table of Contents (20 chapters)
Microsoft System Center 2012 Service Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating SLA metrics


Using SLA metrics in Service Manager we can define what is measured within an SLA. For this recipe we will show how to create a metric to measure the resolution time of an Incident.

How to do it...

The following steps will guide you through the process of creating SLA metrics in Service Manager:

  1. Under Administration, expand Service Level Management and then click on Metric.

  2. Under Tasks on the right-hand side of the screen click on Create Metric.

  3. Supply a title for the metric. In this example we will use Resolution Time and a description.

  4. Click on the Browse... button next to the class field and use the filter box in the Select a Class window that opens to select Incident. Click on OK.

  5. Use the drop-down list for Start Date and choose Created date.

  6. Use the drop-down list for End Date and choose Resolved date.

  7. Click on OK.

How it works...

Creating a metric defines what you want Service Manager to track, within your SLA definition. So when an item falls outside the parameters, you...