feat(unpoller): add grafana dashboards

This commit is contained in:
Kjeld Schouten 2024-02-27 21:53:16 +01:00
parent 93ed31c952
commit f949442a4a
8 changed files with 44440 additions and 1 deletions

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
- https://ghcr.io/unpoller/unpoller
type: application
version: 10.1.3
version: 10.2.0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -36,3 +36,22 @@ workload:
# UP_UNIFI_DEFAULT_USER: "unifipoller"
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
UP_PROMETHEUS_DISABLE: false
configmap:
dashboards:
enabled: true
labels:
grafana_dashboard: '1'
data:
upUAP.json: >-
{{ .Files.Get "dashboards/UAP.json" | indent 8 }}
upclients.json: >-
{{ .Files.Get "dashboards/clients.json" | indent 8 }}
upUSW.json: >-
{{ .Files.Get "dashboards/USW.json" | indent 8 }}
upnetwork.json: >-
{{ .Files.Get "dashboards/network.json" | indent 8 }}
upUSG.json: >-
{{ .Files.Get "dashboards/USG.json" | indent 8 }}
upDPI.json: >-
{{ .Files.Get "dashboards/DPI.json" | indent 8 }}