node-exporter: add vno1-vinc
This commit is contained in:
parent
a29171eb4b
commit
10a59c7eea
5
data.nix
5
data.nix
@ -83,6 +83,11 @@ rec {
|
|||||||
jakstIP = "100.89.176.6";
|
jakstIP = "100.89.176.6";
|
||||||
vno1IP = "192.168.189.10";
|
vno1IP = "192.168.189.10";
|
||||||
};
|
};
|
||||||
|
"vno1-vinc.vincentas.jakst" = rec {
|
||||||
|
extraHostNames = [jakstIP];
|
||||||
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJIwK7et5NBM+vaffiwpKLSAJwKfwMhCZwl1JyXo79uL";
|
||||||
|
jakstIP = "100.89.176.7";
|
||||||
|
};
|
||||||
"mxp10.motiejus.jakst" = {
|
"mxp10.motiejus.jakst" = {
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIy9IR7Jq3hRZ5JgwfmeCgSKFrdgujnZt79uxDPVi3tu";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIy9IR7Jq3hRZ5JgwfmeCgSKFrdgujnZt79uxDPVi3tu";
|
||||||
jakstIP = "100.89.176.1";
|
jakstIP = "100.89.176.1";
|
||||||
|
@ -484,6 +484,10 @@
|
|||||||
job_name = "fwminex.motiejus.jakst";
|
job_name = "fwminex.motiejus.jakst";
|
||||||
static_configs = [{targets = ["${myData.hosts."fwminex.motiejus.jakst".vno1IP}:${port}"];}];
|
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";
|
job_name = "snmp_exporter";
|
||||||
static_configs = [{targets = ["127.0.0.1:9116"];}];
|
static_configs = [{targets = ["127.0.0.1:9116"];}];
|
||||||
|
Loading…
Reference in New Issue
Block a user