enable node exporter on all machines

enable prometheus scraper and web interface on warwick
This commit is contained in:
Pim Kunis 2024-03-03 12:54:35 +01:00
parent 90165687ef
commit 52ee071087
3 changed files with 52 additions and 0 deletions

View file

@ -3,5 +3,7 @@
kind = "physical";
arch = "aarch64-linux";
isRaspberryPi = true;
nixosModule.lab.services.prometheus.server.enable = true;
};
}