Configure Service Level Agreement (SLA) properties
You can configure the SLA engine, logging, and repair properties based on the requirements within your organization.
Before you begin
Role required: admin
Procedure
SLA engine properties
Administrators can manage the SLA engine using SLA engine properties.
Navigate to to view SLA engine properties.
| Property name | Description |
|---|---|
| com.snc.sla.calculation.percentage | Maximum 'Actual elapsed percentage' value after which the 'SLA - update calculations' scheduled job will stop regularly calculating the SLA's time values. This is used to prevent 'long since breached' records from being unnecessarily updated. Setting to '0' will stop all calculations and leaving this blank will allow all SLAs to be calculated. By default, this is set to 1,000%, so that recalculation stops after the breach is exceeded by a factor of 10.
|
| com.snc.sla.maximum_duration | Maximum duration in days that is allowed in the SLA definition.
|
| com.snc.sla.engine.version | Run the 2011 SLA engine (2010, 2011)
|
| com.snc.sla.engine.async | Run the 2011 SLA engine asynchronously after task insert or update operations.
|
| com.snc.sla.compatibility.breach | Enable compatibility with 2010 'breached' status of SLAs (default: false) Only enable if you require the old way of showing breached status (in the stage value), for reporting purposes. Using only the 'breached flag' is preferred
|
| com.snc.sla.default_conditionclass | The name of the Script Include class that will be used to evaluate SLA Conditions for the 2011 SLA engine (use to override with your own extension of the SLAConditionBase class)
|
| com.snc.sla.workflow.run_for_breached | An update to a Task can result in an SLA being attached that is already breached - for example when an Incident that has already been open for a while is upgraded to a high priority with a short resolution SLA. By default if there is a workflow specified in the SLA Definition it will not run if the Task SLA is attached and the Planned End Time has already passed. Enable this property if you would like the workflow to run for a Task SLA that is already breached when it is attached to the Task.
|
| com.snc.sla.calculate_planned_end_time_after_breach | Continue to re-calculate the "Planned End Time" of SLAs after they have breached
Note: zboot customers do not have this property available in the SLA Engine
Properties page. |
| com.snc.sla.calculation.use_time_left | Use field business_time_left to calculate breach time instead of
business_percentage field. Using business_time_left is more accurate because the
business_percentage field is rounded to 2 decimal places. This means that once the
business percentage reaches 99.995%, it is recorded as 100%, and the task SLA is
marked as breached.
|
| glide.sla.calculate_on_display | Recalculate Task SLA records when a Task form is displayed. This ensures that
the task SLAs calculations are up to date but this may increase form load time.
|
| com.snc.sla.always_populate_business_fields | When this property is set to true, the business fields such as Business elapsed time will be populated with the same values as those in the actual fields when there is no schedule specified on the Task SLA. If the property is false, the business fields will be empty when a Task SLA has no schedule.
|
SLA logging properties
Administrators can configure SLA logging using SLA properties.
Navigate to to view SLA logging properties.
| SLA Logging Property | Description |
|---|---|
| com.snc.sla.task_sla_controller.log | Logging level for TaskSLAController |
| com.snc.sla.task_sla.log | Logging level for TaskSLA |
| com.snc.sla.condition.log | Logging level for SLAConditionBase |
| com.snc.sla.workflow.log | Logging level for TaskSLAworkflow |
| com.snc.sla.calculatorng.log | Logging level for SLACalculatorNG |
| com.snc.sla.repair.log | Logging level for SLARepair (SLA repair must be enabled to use this) |
| com.snc.sla.log.destination | Logging output destination. Select the log destination: either output to both the Database and node logs (the default), or output to node logs only. Database and node logs (gs.log) are visible as system logs from ServiceNow, node logs (gs.print) only appear in log files. |
Logging levels
The following logging levels are available for the Logging level for... properties:
| Level | Name | Description |
|---|---|---|
| Emerg | Emergency | Total failure. |
| Alert | Alert | System corruption of a database, for example. |
| Crit | Critical | Typically used for hardware errors, for example. |
| Err | Errors | Errors |
| Warning | Warnings | Warnings |
| Notice | Notice | Possible action required but not essential. |
| Info | Informative | No action required. |
| Debug | Debugging | Generally not used except for capturing everything for fault-finding. |
SLA repair properties
Administrators can manage the SLA repair function using system properties.
Navigate to to view SLA repair properties.
| Property name | Description |
|---|---|
| com.snc.sla.repair.enabled | Enable SLA repair. When enabled the Repair modules and UI Actions will be
activated.
|