rp3b: add node_exporter

This commit is contained in:
2023-08-16 16:54:17 +03:00
parent 8626cb4bd1
commit 3f4399017c
2 changed files with 20 additions and 6 deletions

View File

@@ -205,6 +205,10 @@
job_name = "hel1-a.servers.jakst";
static_configs = [{targets = ["${myData.hosts."hel1-a.servers.jakst".jakstIP}:${port}"];}];
}
{
job_name = "vno1-rp3b.servers.jakst";
static_configs = [{targets = ["${myData.hosts."vno1-rp3b.servers.jakst".jakstIP}:${port}"];}];
}
];
};