feature/bstein-dev-home #7

Merged
bstein merged 95 commits from feature/bstein-dev-home into main 2025-12-18 04:23:02 +00:00
3 changed files with 16 additions and 7 deletions
Showing only changes of commit 0f49849761 - Show all commits

View File

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

View File

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

View File

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