Regenerate dashboards after availability thresholds tweak

This commit is contained in:
Brad Stein 2025-12-15 22:14:26 -03:00
parent 252743e416
commit 0f49849761
3 changed files with 16 additions and 7 deletions

View File

@ -241,9 +241,10 @@ UPTIME_PERCENT_THRESHOLDS = {
"mode": "absolute",
"steps": [
{"color": "red", "value": None},
{"color": "orange", "value": 0.999},
{"color": "yellow", "value": 0.9999},
{"color": "green", "value": 0.99999},
{"color": "orange", "value": 0.99},
{"color": "yellow", "value": 0.999},
{"color": "green", "value": 0.9999},
{"color": "blue", "value": 0.99999},
],
}
PROBLEM_TABLE_EXPR = (

View File

@ -245,14 +245,18 @@
},
{
"color": "orange",
"value": 0.999
"value": 0.99
},
{
"color": "yellow",
"value": 0.9999
"value": 0.999
},
{
"color": "green",
"value": 0.9999
},
{
"color": "blue",
"value": 0.99999
}
]

View File

@ -254,14 +254,18 @@ data:
},
{
"color": "orange",
"value": 0.999
"value": 0.99
},
{
"color": "yellow",
"value": 0.9999
"value": 0.999
},
{
"color": "green",
"value": 0.9999
},
{
"color": "blue",
"value": 0.99999
}
]