Skip to content
Snippets Groups Projects
Commit 01fefd8e authored by Florian Sesser's avatar Florian Sesser
Browse files

Monitoring: Backup: Clearer coloring

Failed backups now have a filled red area instead of a thin
yellow line.

Refs privatestorageops#429.
parent 7186fc73
No related branches found
No related tags found
2 merge requests!340update production,!336Monitoring: Backup: Clearer coloring
Pipeline #2448 passed
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
"axisPlacement": "auto", "axisPlacement": "auto",
"barAlignment": 0, "barAlignment": 0,
"drawStyle": "line", "drawStyle": "line",
"fillOpacity": 0, "fillOpacity": 60,
"gradientMode": "none", "gradientMode": "none",
"hideFrom": { "hideFrom": {
"legend": false, "legend": false,
...@@ -114,12 +114,31 @@ ...@@ -114,12 +114,31 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "red",
"value": 80
} }
] ]
}, }
"unit": "short"
}, },
"overrides": [] "overrides": [
{
"matcher": {
"id": "byName",
"options": "Failed"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "semi-dark-red",
"mode": "fixed"
}
}
]
}
]
}, },
"gridPos": { "gridPos": {
"h": 7, "h": 7,
...@@ -224,7 +243,7 @@ ...@@ -224,7 +243,7 @@
"axisPlacement": "auto", "axisPlacement": "auto",
"barAlignment": 0, "barAlignment": 0,
"drawStyle": "line", "drawStyle": "line",
"fillOpacity": 0, "fillOpacity": 60,
"gradientMode": "none", "gradientMode": "none",
"hideFrom": { "hideFrom": {
"legend": false, "legend": false,
...@@ -259,7 +278,23 @@ ...@@ -259,7 +278,23 @@
}, },
"unit": "short" "unit": "short"
}, },
"overrides": [] "overrides": [
{
"matcher": {
"id": "byName",
"options": "Failed"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "semi-dark-red",
"mode": "fixed"
}
}
]
}
]
}, },
"gridPos": { "gridPos": {
"h": 7, "h": 7,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment