Skip to content

Commit

Permalink
Nimbus-Grafana-dashboard.json: gauge panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Oct 2, 2019
1 parent 7dd2c65 commit 0b98747
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion examples/Nimbus-Grafana-dashboard.json
Expand Up @@ -182,6 +182,10 @@
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 100
}
]
},
Expand Down Expand Up @@ -225,6 +229,10 @@
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 2147483648
}
],
"unit": "bytes"
Expand Down Expand Up @@ -269,6 +277,10 @@
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 200
}
],
"unit": "percent"
Expand Down Expand Up @@ -321,5 +333,5 @@
"timezone": "",
"title": "Nimbus",
"uid": "mmSk-ShZk",
"version": 23
"version": 30
}

0 comments on commit 0b98747

Please sign in to comment.