diff --git a/charts/nut-exporter/Chart.yaml b/charts/nut-exporter/Chart.yaml index c80d089eb5cf6e811548e495f299939a28df691c..871aaa782a4aa076dd5727119728936819cfe175 100644 --- a/charts/nut-exporter/Chart.yaml +++ b/charts/nut-exporter/Chart.yaml @@ -13,5 +13,5 @@ sources: - https://github.com/acolombier/nut_exporter/tree/feat/add-helm-chart type: application -version: 0.3.1 +version: 0.3.2 appVersion: 3.0.0 diff --git a/charts/nut-exporter/README.md b/charts/nut-exporter/README.md index ce04213033c51de13cc7ff16961cd376b4ac6b9f..3870279ff99e5ddd3b7aa9fd6df6abf1cb570cc4 100644 --- a/charts/nut-exporter/README.md +++ b/charts/nut-exporter/README.md @@ -1,6 +1,6 @@ # nut-exporter -   +   Installs NUT exporter in Kubernetes diff --git a/charts/nut-exporter/dashboards/default.json b/charts/nut-exporter/dashboards/default.json index b40969a3a35d1da1b7e4a4891e617a97e3718a89..54a2abc899c9a9239b10d40a7c3771955f643631 100755 --- a/charts/nut-exporter/dashboards/default.json +++ b/charts/nut-exporter/dashboards/default.json @@ -653,7 +653,7 @@ "fieldConfig": { "defaults": { "mappings": [], - "max": 240, + "max": 260, "min": 210, "thresholds": { "mode": "absolute", @@ -664,7 +664,7 @@ }, { "color": "dark-yellow", - "value": 215 + "value": 207 }, { "color": "dark-green", @@ -676,7 +676,7 @@ }, { "color": "dark-red", - "value": 235 + "value": 253 } ] } @@ -797,7 +797,7 @@ "format": "short", "label": "", "logBase": 1, - "max": "240", + "max": "260", "min": "210", "show": true }, @@ -839,13 +839,21 @@ "color": "dark-red", "value": null }, + { + "color": "dark-yellow", + "value": 10 + }, { "color": "dark-green", "value": 11 }, { - "color": "dark-red", + "color": "dark-yellow", "value": 13 + }, + { + "color": "dark-red", + "value": 14 } ] },