Skip to content
Snippets Groups Projects
Verified Commit 3d4e363c authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(nut-exporter): Adjust dashboard to Europe

parent a1dd4d8f
Branches
Tags
No related merge requests found
...@@ -13,5 +13,5 @@ sources: ...@@ -13,5 +13,5 @@ sources:
- https://github.com/acolombier/nut_exporter/tree/feat/add-helm-chart - https://github.com/acolombier/nut_exporter/tree/feat/add-helm-chart
type: application type: application
version: 0.3.0 version: 0.3.1
appVersion: 3.0.0 appVersion: 3.0.0
# nut-exporter # nut-exporter
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) ![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
Installs NUT exporter in Kubernetes Installs NUT exporter in Kubernetes
......
...@@ -653,8 +653,8 @@ ...@@ -653,8 +653,8 @@
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"mappings": [], "mappings": [],
"max": 140, "max": 240,
"min": 90, "min": 210,
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
...@@ -662,17 +662,21 @@ ...@@ -662,17 +662,21 @@
"color": "dark-red", "color": "dark-red",
"value": null "value": null
}, },
{
"color": "dark-yellow",
"value": 215
},
{ {
"color": "dark-green", "color": "dark-green",
"value": 95 "value": 220
}, },
{ {
"color": "dark-yellow", "color": "dark-yellow",
"value": 125 "value": 230
}, },
{ {
"color": "dark-red", "color": "dark-red",
"value": 135 "value": 235
} }
] ]
} }
...@@ -793,8 +797,8 @@ ...@@ -793,8 +797,8 @@
"format": "short", "format": "short",
"label": "", "label": "",
"logBase": 1, "logBase": 1,
"max": "140", "max": "240",
"min": "90", "min": "210",
"show": true "show": true
}, },
{ {
...@@ -837,11 +841,11 @@ ...@@ -837,11 +841,11 @@
}, },
{ {
"color": "dark-green", "color": "dark-green",
"value": 22 "value": 11
}, },
{ {
"color": "dark-red", "color": "dark-red",
"value": 28 "value": 13
} }
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment