monitoring websites with gatus
This commit is contained in:
parent
c347fc0f00
commit
10bd58170b
10 changed files with 262 additions and 25 deletions
|
@ -4,6 +4,8 @@
|
|||
arch = "aarch64-linux";
|
||||
isRaspberryPi = true;
|
||||
|
||||
nixosModule.lab.services.prometheus.server.enable = true;
|
||||
nixosModule = {
|
||||
lab.monitoring.server.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue