This blog post will cover how you can set up incident resolution service level agreements (SLAs) in Service Manager 2010. There are some things that we still need to add support for in this area, but we’ll at least explain what you can do with SCSM today in this blog post. I’ll also point the areas that are gaps we need to fill and later we’ll announce when and how we are going to fill those gaps.
To begin with, let’s talk about what you can do in SCSM 2010. Service Manager out of the box has support for SLAs based on the target resolution time. Another common SLA metric is target response (“acknowledgement”) time. We don’t have support for that out of the box right now.
Target resolution time is determined by the incident priority. If you go to Administration\Settings\Incident Settings you will find this dialog:
For each priority level (1-9) you can define a different Target Resolution Time. The Target Resolution Time is defined as the Time Created + Target Resolution Time for the incident’s current priority. For example, if I created an incident with priority = 3 at 8:00 in the morning, I would have until 12:00 noon to resolve that incident. If the incident status changes to Resolved prior to 12:00 then I have met the SLA.
The Target Resolution Time is always displayed at the top of the incident form as the “Resolve By:” field.
This incident is Priority = 4 and per the matrix above has a target resolution time of Time Created (9/21/2010 12:59 PM) + 4 hours = 9/21/2010 4:59 PM.
The priority value is not directly settable in the UI because it is a function of the Impact and Urgency values. In the example above when Impact = Low and Urgency = Medium that is configured to have a priority of 4.
You can also add additional Impact and Urgency items in the Library\Lists view and then you can work with a larger matrix:
Note: changing either these settings or the target resolution time settings above will not take affect until after you close and restart the console and they will not retroactively be applied to incidents. If the incident urgency or impact value changes when the workflow runs to evaluate it’s target resolution time again it will use the updated settings.
Assuming we go with the default configuration of Urgency: High, Medium, Low and Impact: High, Medium, Low at this point we have established the following pattern:
Urgency | Impact | Priority | Target Resolution Time | |||
High | + | High | = | 1 | --> | 30 minutes |
Medium | + | High | = | 2 | --> | 2 hours |
High | + | Medium | = | 3 | --> | 4 hours |
Low | + | High | = | 4 | --> | 1 day |
Medium | + | Medium | = | 5 | --> | 2 days |
High | + | Low | = | 6 | --> | 7 days |
Low | + | Medium | = | 7 | --> | 2 weeks |
Medium | + | Low | = | 8 | --> | 4 weeks |
Low | + | Low | = | 9 | --> | 52 weeks |
That alone might be good enough for some customers, but a lot of people want to map different SLAs for different customers, different classifications of incidents, different services, different affected configuration items, etc. First lets work this out on “paper” like this for a situation where we want to have different SLAs depending on how important a user is in an organization (from an IT guy’s perspective 🙂 ).
Scenario | Urgency | Impact | Priority | Target Resolution Time | |||
Affected User’s title is ‘CEO’ | High | + | High | = | 1 | --> | 30 minutes |
Affected User’s contains ‘IT’ | Medium | + | High | = | 2 | --> | 2 hours |
Affected User’s title contains ‘Manager’ | High | + | Medium | = | 3 | --> | 4 hours |
Affected User’s title contains ‘HR’ | Low | + | High | = | 4 | --> | 1 day |
Affected User’s title contains ‘Engineer’ | Medium | + | Medium | = | 5 | --> | 2 days |
Affected User’s title contains ‘Senior’ | High | + | Low | = | 6 | --> | 7 days |
Affected User’s title is ‘Janitor’ | Low | + | Medium | = | 7 | --> | 2 weeks |
Affected User’s title contains ‘Marketing’ | Medium | + | Low | = | 8 | --> | 4 weeks |
Affected User’s title is ‘ the guy with the stapler in the basement ’ :) | Low | + | Low | = | 9 | --> | 52 weeks |
You can do the same kind of thing for other types of schemes including mixing and matching criteria using OR/AND statements:
Scenario | Urgency | Impact | Priority | Target Resolution Time | |||
Incident Classification = ‘Network Outage’ | High | + | High | = | 1 | --> | 30 minutes |
Incident Classification = ‘HR App Down’ AND Affected User Title contains ‘Manager’ | Medium | + | High | = | 2 | --> | 2 hours |
Incident Classification = ‘Finance App Down’ | High | + | Medium | = | 3 | --> | 4 hours |
Incident Classification = ‘Printer Down’ OR ‘Printer Out of Paper’ OR ‘Network Slow’ | Low | + | High | = | 4 | --> | 1 day |
Incident Classification = ‘Disk Space Low’ | Medium | + | Medium | = | 5 | --> | 2 days |
Incident Classification = ‘Disk Space Low’ and Support Group = ‘Test Environment Support Team’ | High | + | Low | = | 6 | --> | 7 days |
Incident Classification = ‘Other’ | Low | + | Medium | = | 7 | --> | 2 weeks |
Incident Classification = ‘Maintenance’ | Medium | + | Low | = | 8 | --> | 4 weeks |
Incident Classification = ‘Games’ | Low | + | Low | = | 9 | --> | 52 weeks |
It’s really up to you how you want to classify these things, but in the end (at least for SCSM 2010) you have to map these all down to a certain pair of Urgency and Impact values which in turn drives Priority which in turn drives the Target Resolution Time.
Now the question is “How do you implement this map that you have created on paper?” There are a few different ways:
A couple of important notes:
Now, let’s point out some of the limitations currently in SCSM 2010:
We are working on addressing these issues as soon as possible, but in the meantime you can start to map your SLAs to SCSM using the approach described above for target resolution times.
Another thing you can look into is a solution provided by our partner Cased Dimensions that provides Service Level Management. Check out the Cased Dimensions demo video .
Hope that helps clear things up!
Please leave any helpful comments or suggestions in the comments below so we can factor those in for future improvements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.