mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(monitoring): add to utsuho
This commit is contained in:
parent
550cb044aa
commit
77fd991ed1
6 changed files with 21 additions and 3 deletions
6
nixos/base/monitoring.nix
Normal file
6
nixos/base/monitoring.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
services = {
|
||||
prometheus.exporters.node.enable = true;
|
||||
promtail.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue