enable node exporter on all machines
enable prometheus scraper and web interface on warwick
This commit is contained in:
parent
90165687ef
commit
52ee071087
3 changed files with 52 additions and 0 deletions
|
@ -3,5 +3,7 @@
|
|||
kind = "physical";
|
||||
arch = "aarch64-linux";
|
||||
isRaspberryPi = true;
|
||||
|
||||
nixosModule.lab.services.prometheus.server.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue