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

@@ -39,3 +39,6 @@ scrape_configs:
target_label: instance
- target_label: __address__
replacement: {{ aya01_ip }}:{{ snmp_exporter_port }} # The SNMP exporter's real hostname:port.
- job_name: 'smart'
static_configs:
- targets: ['{{ aya01_ip }}:{{smart_exporter.port}}']