node_exporter: add mtwork

This commit is contained in:
Motiejus Jakštys 2023-10-16 14:52:06 +03:00
parent c3e68e5122
commit 668ef2b952
1 changed files with 4 additions and 0 deletions

View File

@ -418,6 +418,10 @@
job_name = "fra1-a.servers.jakst";
static_configs = [{targets = ["${myData.hosts."fra1-a.servers.jakst".jakstIP}:${port}"];}];
}
{
job_name = "mtwork.motiejus.jakst";
static_configs = [{targets = ["${myData.hosts."mtwork.motiejus.jakst".jakstIP}:${port}"];}];
}
{
job_name = "hacotest.servers.jakst";
static_configs = [{targets = ["100.89.176.9:9100"];}];