Nimbus-Grafana-dashboard.json: gauge panel fix

This commit is contained in:
Ștefan Talpalaru 2019-10-02 19:02:06 +02:00
parent 7dd2c657fe
commit 0b98747888
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 13 additions and 1 deletions

View File

@ -182,6 +182,10 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "red",
"value": 100
} }
] ]
}, },
@ -225,6 +229,10 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "red",
"value": 2147483648
} }
], ],
"unit": "bytes" "unit": "bytes"
@ -269,6 +277,10 @@
{ {
"color": "green", "color": "green",
"value": null "value": null
},
{
"color": "red",
"value": 200
} }
], ],
"unit": "percent" "unit": "percent"
@ -321,5 +333,5 @@
"timezone": "", "timezone": "",
"title": "Nimbus", "title": "Nimbus",
"uid": "mmSk-ShZk", "uid": "mmSk-ShZk",
"version": 23 "version": 30
} }