prometheus config: fix copy-paste

This commit is contained in:
Motiejus Jakštys 2024-03-06 12:41:23 +02:00
parent 10a59c7eea
commit 3f7c097634
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@
} }
{ {
job_name = "vno1-vinc.vincentas.jakst"; job_name = "vno1-vinc.vincentas.jakst";
static_configs = [{targets = ["${myData.hosts."vno1-vinc.vincentas.jakst".vno1IP}:9100"];}]; static_configs = [{targets = ["${myData.hosts."vno1-vinc.vincentas.jakst".jakstIP}:9100"];}];
} }
{ {
job_name = "snmp_exporter"; job_name = "snmp_exporter";