Added new machine: inko, personalized root yaml files for specific host instead of group

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-11-05 20:33:59 +01:00
parent 3f88065da4
commit c6df5f904d
10 changed files with 38 additions and 15 deletions

View File

@@ -26,6 +26,7 @@ scrape_configs:
- targets: ['{{ mii_ip }}:{{node_exporter.port}}']
- targets: ['{{ pi_ip }}:{{node_exporter.port}}']
- targets: ['{{ naruto_ip }}:{{node_exporter.port}}']
- targets: ['{{ inko_ip }}:{{node_exporter.port}}']
- job_name: 'mikrotik'
static_configs:
- targets:
@@ -43,4 +44,3 @@ scrape_configs:
- job_name: 'SMART'
static_configs:
- targets: ['{{ aya01_ip }}:{{smart_exporter.port}}']
- targets: ['{{ naruto_ip }}:{{smart_exporter.port}}']