monitoring #55

Closed
kalipso wants to merge 49 commits from monitoring into master
Showing only changes of commit c2436d828e - Show all commits

View File

@@ -43,7 +43,6 @@ let
defaultModules = baseModules;
makeMicroVM = hostName: ipv4Addr: macAddr: modules: [
self.nixosModules.malobeo.metrics
{
microvm = {
hypervisor = "cloud-hypervisor";
@@ -81,13 +80,6 @@ let
];
};
malobeo.metrics = {
enable = true;
enablePromtail = true;
logNginx = false;
lokiHost = "10.0.0.14";
};
systemd.network.enable = true;
systemd.network.networks."20-lan" = {