summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters.nix
diff options
context:
space:
mode:
authorFlakebi <flakebi@t-online.de>2021-05-18 22:23:49 +0200
committerRaphael Megzari <raphael@megzari.com>2021-06-06 08:17:25 +0900
commit5e5a3c39edfbb3022c2c8cdffd6f291471437481 (patch)
treef2b737baa40e4d928f69289ef0f292f282338979 /nixos/modules/services/monitoring/prometheus/exporters.nix
parent0d70bbcda446223255fdd0218301e71cf5b9bbdc (diff)
downloadnixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.tar
nixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.tar.gz
nixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.tar.bz2
nixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.tar.lz
nixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.tar.xz
nixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.tar.zst
nixpkgs-5e5a3c39edfbb3022c2c8cdffd6f291471437481.zip
nixos/prometheus: add process exporter
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters.nix b/nixos/modules/services/monitoring/prometheus/exporters.nix
index 9fcfe7b52e0..212ba06ef75 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters.nix
@@ -51,6 +51,7 @@ let
     "pihole"
     "postfix"
     "postgres"
+    "process"
     "py-air-control"
     "redis"
     "rspamd"