Added smartctl_exporter for aya01 and fix for grafana

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-05-25 12:00:24 +02:00
parent eab5ff37cf
commit 0a361d9804
11 changed files with 117 additions and 18 deletions

View File

@@ -15,6 +15,20 @@ remote_subdomains: "www,plex,status,tautulli"
backup_domain: seyshiro.de
backup_subdomains: "hass,qbit,zm,"
#
# Used to download for git releases
#
go_arch_map:
i386: '386'
x86_64: 'amd64'
aarch64: 'arm64'
armv7l: 'armv7'
armv6l: 'armv6'
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
#
# aya01 - Disks
#
@@ -398,7 +412,7 @@ grafana_data: "{{docker_data_dir}}/grafana/"
grafana_config: "{{docker_dir}}/grafana/config/"
grafana_logs: "{{docker_dir}}/grafana/logs/"
grafana_puid: "472"
grafana_pgid: "0"
grafana_pgid: "472"
#
# SNMP Exporter
@@ -429,6 +443,12 @@ gitlab:
http:
local: 80
remote: 8084
https:
local: 443
remote: 8444
#
# SMART Exporter
#
smart_exporter:
port: 9633
version: 'latest'
options: '--web.listen-address=9633'
bin_path: /usr/local/bin/smart_exporter