Add metronom + tankstelle to grafana + loki #202

Merged
teutat3s merged 7 commits from monitor-metronom-tankstelle into main 2024-06-06 16:41:23 +00:00
Showing only changes of commit 6143f56c01 - Show all commits

View file

@ -119,19 +119,19 @@
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations { deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
nachtigall = { nachtigall = {
hostname = "10.7.6.1"; hostname = "nachtigall.wg.pub.solar";
sshUser = username; sshUser = username;
}; };
flora-6 = { flora-6 = {
hostname = "10.7.6.2"; hostname = "flora-6.wg.pub.solar";
sshUser = username; sshUser = username;
}; };
metronom = { metronom = {
hostname = "10.7.6.3"; hostname = "metronom.wg.pub.solar";
sshUser = username; sshUser = username;
}; };
tankstelle = { tankstelle = {
hostname = "80.244.242.5"; hostname = "tankstelle.wg.pub.solar";
sshUser = username; sshUser = username;
}; };
}; };