enable node_exporter for fwminex

This commit is contained in:
2023-09-18 19:31:45 +03:00
parent c822cc95c2
commit 9cd5d406cf
2 changed files with 5 additions and 0 deletions

View File

@@ -411,6 +411,10 @@
job_name = "vno3-rp3b.servers.jakst";
static_configs = [{targets = ["${myData.hosts."vno3-rp3b.servers.jakst".jakstIP}:${port}"];}];
}
{
job_name = "fwminex.motiejus.jakst";
static_configs = [{targets = ["${myData.hosts."fwminex.motiejus.jakst".vno1IP}:${port}"];}];
}
{
job_name = "snmp_exporter";
static_configs = [{targets = ["127.0.0.1:9116"];}];