services/netdata: Added to prometheus stack

This commit is contained in:
kat witch 2021-05-04 14:38:09 +01:00
parent f7f116a9a8
commit 7d701506ce
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 48 additions and 1 deletions

View file

@ -29,6 +29,7 @@ with lib;
../../../services/loki.nix
../../../services/node-exporter.nix
../../../services/promtail.nix
../../../services/netdata.nix
];
boot.loader.grub.enable = true;

View file

@ -17,6 +17,7 @@ in {
../../../services/nginx.nix
../../../services/node-exporter.nix
../../../services/promtail.nix
../../../services/netdata.nix
./thermal
./transmission.nix
./jellyfin.nix

View file

@ -9,6 +9,8 @@ with lib;
../../../services/restic.nix
../../../services/node-exporter.nix
../../../services/promtail.nix
../../../services/netdata.nix
../../../services/nginx.nix
profiles.gui
profiles.sway
profiles.kat