mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(access): monitoring
This commit is contained in:
parent
511a02931a
commit
0397043f88
13 changed files with 323 additions and 94 deletions
|
|
@ -1,6 +1,8 @@
|
|||
_: {
|
||||
{lib, ...}: let
|
||||
inherit (lib.modules) mkDefault;
|
||||
in {
|
||||
services = {
|
||||
prometheus.exporters.node.enable = true;
|
||||
promtail.enable = true;
|
||||
prometheus.exporters.node.enable = mkDefault true;
|
||||
promtail.enable = mkDefault true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue