Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 1645400

Browse files
author
trzysiek
committed
1 dashboard's panel prettier
1 parent 41472e0 commit 1645400

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

grafana/provisioning/dashboards/health-monitor-dashboard.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,16 +306,31 @@
306306
"color": {
307307
"mode": "thresholds"
308308
},
309-
"mappings": [],
309+
"mappings": [
310+
{
311+
"options": {
312+
"0": {
313+
"color": "red",
314+
"text": "DOWN"
315+
},
316+
"1": {
317+
"color": "green",
318+
"text": "UP"
319+
}
320+
},
321+
"type": "value"
322+
}
323+
],
310324
"thresholds": {
311325
"mode": "absolute",
312326
"steps": [
313327
{
314-
"color": "green"
328+
"color": "red",
329+
"value": null
315330
},
316331
{
317-
"color": "red",
318-
"value": 80
332+
"color": "green",
333+
"value": 1
319334
}
320335
]
321336
}

0 commit comments

Comments
 (0)