ADD raspberry py ruuvi tag
This commit is contained in:
parent
339a83a7fe
commit
04f693e895
|
@ -38,6 +38,18 @@
|
||||||
targets = [ "37.187.103.8:${toString config.services.prometheus.exporters.node.port}" ];
|
targets = [ "37.187.103.8:${toString config.services.prometheus.exporters.node.port}" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "dell-5590";
|
||||||
|
static_configs = [{
|
||||||
|
targets = [ "192.168.10.100:${toString config.services.prometheus.exporters.node.port}" ];
|
||||||
|
}];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
job_name = "temperatures";
|
||||||
|
static_configs = [{
|
||||||
|
targets = [ "192.168.10.116:9521" ];
|
||||||
|
}];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
users.users.caddy = {
|
users.users.caddy = {
|
||||||
|
|
Loading…
Reference in New Issue