node-exporter: add vno1-vinc

This commit is contained in:
2024-03-06 12:36:26 +02:00
parent a29171eb4b
commit 10a59c7eea
2 changed files with 9 additions and 0 deletions

View File

@@ -484,6 +484,10 @@
job_name = "fwminex.motiejus.jakst";
static_configs = [{targets = ["${myData.hosts."fwminex.motiejus.jakst".vno1IP}:${port}"];}];
}
{
job_name = "vno1-vinc.vincentas.jakst";
static_configs = [{targets = ["${myData.hosts."vno1-vinc.vincentas.jakst".vno1IP}:9100"];}];
}
{
job_name = "snmp_exporter";
static_configs = [{targets = ["127.0.0.1:9116"];}];