Description
The SLA widget displays the availability (%) of the chosen element (cluster, host or check) for the last 7 days.
The duration time for compute last 7 days percent is between now and 00h00 last 7 days.
2 SLA values are present:
- Last 7 days
The arrow close to the percent show the element SLA variation
- The state of the element is OK, the SLA is increasing.
- The state of the element is not OK, the SLA is decreasing.
- The previous day trend:
- It displays the SLA trend during the last day.
The previous day trend ( T_Day ) is the comparison between current day ( A_Day ) element availability and last day availability ( A_Lday ) .
T_Day = A_Day - A_Lday
| Day trend ( T_Day ) | Arrow |
|---|---|
| +0% < T_Day ≤ +100% | |
| T_Day = +0% | |
| -2% ≤ T_Day < 0% | |
-100% ≤ T_Day < -2% |
Example :
- The element with availability at 80% the last day and 90% today : The arrow is green points upwards with the text +10%
- The element with availability at 90% the last day and 80% today : The arrow is red points downwards with the text -10%
- The element with availability at 90% the last day and 89% today : The arrow is orange points downwards with the text -1%
- The element with availability at 100% the last day and 100% today : The arrow is gray horizontal with the text 0%
Usage
As the SLA refers to the availability of an element, a click on the widget will open the Detail panel of this element in the historic tab (see the Host Detail View and History Tab chapter for more details).
Compute
Exemple of compute for the last 7 days percents at 10h00:
| current day | 100% | * 10 | = 1000 |
| current day - 1 | 80% | * 24 | = 1920 |
| current day - 2 | 90% | * 24 | = 2160 |
| current day - 3 | 90% | * 24 | = 2160 |
| current day - 4 | 85% | * 24 | = 2040 |
| current day - 5 | 90% | * 24 | = 2160 |
| current day - 6 | 100% | * 24 | = 2400 |
| ∑ 154 | ∑ 13840 |
154 : hours in the last 7 days
138,40 : uptime hours in the last 7 days
13840/154 = 89%










Add Comment