mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-23 14:49:26 +00:00
Compare commits
3 Commits
hg612-expo
...
hg612-expo
| Author | SHA1 | Date | |
|---|---|---|---|
|
7b047c4552
|
|||
|
fc2c3cbcf2
|
|||
|
824c0ff326
|
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.0.1
|
||||
appVersion: 0.1.2
|
||||
description: A prometheus exporter for the HG612 modem
|
||||
name: hg612-exporter
|
||||
version: 1.1.0
|
||||
version: 1.1.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- hg612-exporter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# hg612-exporter
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A prometheus exporter for the HG612 modem
|
||||
|
||||
@@ -8,7 +8,7 @@ A prometheus exporter for the HG612 modem
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/nikdoof/hg612-exporter-docker>
|
||||
* <https://github.com/nikdoof/hg612-exporter>
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -77,8 +77,8 @@ N/A
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | See below | environment variables. See more environment variables in the [hg612-exporter documentation](https://hg612-exporter.org/docs). |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"nikdoof/hg612-exporter"` | image repository |
|
||||
| image.tag | string | `"0.0.1"` | image tag |
|
||||
| image.repository | string | `"ghcr.io/nikdoof/hg612-exporter"` | image repository |
|
||||
| image.tag | string | `"0.1.2"` | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| metrics.dashboards | object | See values.yaml | Enable and configure Grafana dashboard ConfigMaps for the chart under this key. |
|
||||
| metrics.dashboards.namespace | string | `nil` | Namespace to create the dashboards ConfigMap under. |
|
||||
@@ -100,6 +100,48 @@ All notable changes to this application Helm chart will be documented in this fi
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### [1.1.3]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Improve chart to handle exporter pod restarts better
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.2]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Fix app startup on new container, don't override the executable name.
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.1]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bumped to app version 0.1.2
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.0]
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -9,6 +9,49 @@ All notable changes to this application Helm chart will be documented in this fi
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### [1.1.3]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Improve chart to handle exporter pod restarts better
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
|
||||
### [1.1.2]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Fix app startup on new container, don't override the executable name.
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.1]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bumped to app version 0.1.2
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.0]
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -21,8 +21,7 @@
|
||||
"editable": true,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": 34,
|
||||
"iteration": 1639831202787,
|
||||
"iteration": 1639834876425,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
@@ -92,7 +91,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_status{host=\"$host\"}",
|
||||
"expr": "avg by (host) (dsl_status{host=\"$host\"})",
|
||||
"interval": "",
|
||||
"legendFormat": "",
|
||||
"refId": "A"
|
||||
@@ -151,7 +150,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_down_current_rate",
|
||||
"expr": "avg by (host) (dsl_down_current_rate{host=\"$host\"})",
|
||||
"interval": "",
|
||||
"legendFormat": "Downstream",
|
||||
"refId": "A"
|
||||
@@ -162,7 +161,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_up_current_rate",
|
||||
"expr": "avg by (host) (dsl_up_current_rate{host=\"$host\"})",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Upstream",
|
||||
@@ -261,7 +260,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_down_current_rate{host=\"$host\"}",
|
||||
"expr": "avg by (host) (dsl_down_current_rate{host=\"$host\"})",
|
||||
"interval": "",
|
||||
"legendFormat": "Down",
|
||||
"refId": "A"
|
||||
@@ -272,7 +271,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_down_max_rate{host=\"$host\"}",
|
||||
"expr": "avg by (host) (dsl_down_max_rate{host=\"$host\"})",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Max Attainable",
|
||||
@@ -284,7 +283,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_up_current_rate{host=\"$host\"} * -1",
|
||||
"expr": "avg by (host) (dsl_up_current_rate{host=\"$host\"}) * -1",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Up",
|
||||
@@ -296,7 +295,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "dsl_up_max_rate{host=\"$host\"} * -1",
|
||||
"expr": "avg by (host) (dsl_up_max_rate{host=\"$host\"}) * -1",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "Max Attainable",
|
||||
@@ -381,7 +380,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "increase(dsl_down_crc{host=\"$host\"}[$__rate_interval]) * -1",
|
||||
"expr": "sum by (host) (increase(dsl_down_crc{host=\"$host\"}[$__rate_interval])) * -1",
|
||||
"interval": "",
|
||||
"legendFormat": "CRC Down",
|
||||
"refId": "A"
|
||||
@@ -392,7 +391,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "increase(dsl_up_crc{host=\"$host\"}[$__rate_interval])",
|
||||
"expr": "sum by (host) (increase(dsl_up_crc{host=\"$host\"}[$__rate_interval]))",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "CRC Up",
|
||||
@@ -404,7 +403,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "increase(dsl_down_fec{host=\"$host\"}[$__rate_interval]) * -1",
|
||||
"expr": "sum by (host) (increase(dsl_down_fec{host=\"$host\"}[$__rate_interval])) * -1",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "FEC Down",
|
||||
@@ -416,7 +415,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "increase(dsl_up_fec{host=\"$host\"}[$__rate_interval])",
|
||||
"expr": "sum by (host) (increase(dsl_up_fec{host=\"$host\"}[$__rate_interval]))",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "FEC Up",
|
||||
@@ -428,7 +427,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "increase(dsl_down_hec{host=\"$host\"}[$__rate_interval]) * -1",
|
||||
"expr": "sum by (host) (increase(dsl_down_hec{host=\"$host\"}[$__rate_interval])) * -1",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "HEC Down",
|
||||
@@ -440,7 +439,7 @@
|
||||
"uid": "PBFA97CFB590B2093"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "increase(dsl_up_hec{host=\"$host\"}[$__rate_interval])",
|
||||
"expr": "sum by (host) (increase(dsl_up_hec{host=\"$host\"}[$__rate_interval]))",
|
||||
"hide": false,
|
||||
"interval": "",
|
||||
"legendFormat": "HEC Up",
|
||||
@@ -491,6 +490,6 @@
|
||||
"timezone": "",
|
||||
"title": "HG612",
|
||||
"uid": "42KBhvTnz",
|
||||
"version": 8,
|
||||
"version": 9,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
{{/* Append the hardcoded settings */}}
|
||||
{{- define "hg612-exporter.harcodedValues" -}}
|
||||
command: ./app
|
||||
args:
|
||||
- "--host={{ .Values.modem.host }}"
|
||||
- "--identifier={{ .Values.modem.identifier }}"
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: nikdoof/hg612-exporter
|
||||
repository: ghcr.io/nikdoof/hg612-exporter
|
||||
# -- image tag
|
||||
tag: 0.0.1
|
||||
tag: 0.1.2
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user