diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:49:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 12:49:53 -0700 |
| commit | f61e0fe45e4f237828df01ee3bacf4bae78fdcf0 (patch) | |
| tree | 986fcf274ee755313a35431781acc0a646fe0700 /hosts/common/server/monitoring.nix | |
| parent | refactor traefik (diff) | |
| download | infra-f61e0fe45e4f237828df01ee3bacf4bae78fdcf0.tar.gz | |
refactor transmission and metrics-exporter
Diffstat (limited to 'hosts/common/server/monitoring.nix')
| -rw-r--r-- | hosts/common/server/monitoring.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/common/server/monitoring.nix b/hosts/common/server/monitoring.nix deleted file mode 100644 index 82cef4d..0000000 --- a/hosts/common/server/monitoring.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - services.prometheus = { - exporters = { - node = { - enable = true; - enabledCollectors = [ "tcpstat" "systemd" "interrupts" ]; - }; - }; - }; -} |
