ADD raspberry py ruuvi tag

alacritty
Alexandre LUCAZEAU 2022-07-05 14:11:46 +00:00
parent 339a83a7fe
commit 04f693e895
1 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,18 @@
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 = {