feat: add prometheus monitoring service
This commit is contained in:
9
sp-modules/monitoring/flake.nix
Normal file
9
sp-modules/monitoring/flake.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
description = "PoC SP module for Prometheus-based monitoring";
|
||||
|
||||
outputs = { self }: {
|
||||
nixosModules.default = import ./module.nix;
|
||||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user