Werk #5823: New Feature: SLA reporting

Component User interface
Title New Feature: SLA reporting
Date Jun 14, 2018
Checkmk Edition Checkmk Enterprise (CEE)
Checkmk Version 1.5.0b7 1.6.0b1
Level Major Change
Class New Feature
Compatibility Compatible - no manual interaction needed

SLA reports are a continuation of the already existing availability reports. The data from the availability feature can be additionally modified, before it is evaluated by the SLA requirements.

Currently these two SLA requirements are implemented

  • State Percentage: The service state OK/WARN/CRIT/UNKNOWN is lower/higher than x percent
  • Outage count: Maximum number of outages with a length of x minutes

Note: An upcoming SLA requirement will be "Minimum time between outages"

Before the availability data gets forwarded to the computation plugins (which check the actual requirements) it is

  • further shortened by applying timeperiods, for example "Only check weekdays"
  • cut into mulitple timeframes (daily/weekly/monthly), specified by period in the SLA definition

Each timeframe is computed separately, so you will get several SLA results, if the timerange you are interested in spans multiple SLA periods.

Configuration

First of all you need to configure a SLA definition. Just like views and reports, SLA definitions are configured per user, so you can setup a SLA and publish it to other users.

SLA definitions are not inherently bound to services. A SLA definition can be assigned to a service, via the WATO rule Assign SLA to service. For views, the multisite GUI currently offers two different painters to display SLA information

  • SLA - Service specific: This painter renders SLA definitions, which were assigned by WATO rule. Therefore, one table column in a view can display multiple SLA definition types. The timerange, however, is fixed for all SLAs and can be configured in the painter
  • SLA - Column specific: This painter renders the same SLA definition for all services in the table

There are several configuration options for both painters.

  • SLA timerange: The timerange specifies the start and end date you are interested in. A SLA definition only has a recurring period (e.g. weekly). So if you have a SLA definition with a monthly period and set the timerange from 01.01.2018 to 31.03.2018, you will get three separate SLA results, one for each month
  • Layout options: With these options you can configure the content of the painter. You may also choose only to display the SLA name, which means no actual SLA computation, hereby saving performance
  • Plugin display options: Allows you to configure the precision of percentage (float) values and additional layout options

There is also a SLA details page available. This page offers detailed information regarding the computation.

  • Availability rawdata used in computation
  • Aggregated results (the actual SLA outcome) over all computation plugins
  • Subresults for each used computation plugin
  • SLA specification: Includes all settings which were used to create this report

Please note that this feature is quite new and still under heavy development. The goal in version 1.5 is to get some hands on experience and add some minor improvements and bugfixes over time. Exporting the SLA data into PDF reports is currently only supported within views. Later on, the SLA details page will also receive a "Export to PDF" button.

To the list of all Werks