summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-07-26 14:43:45 +0000
committerRobin Gloster <mail@glob.in>2017-01-09 15:20:26 +0100
commit39e8eaf8b6f985fcae5931bda39679d657fea1ed (patch)
treea0b71b4c0349206981ed080c173e169b85c1a8c0 /nixos/modules/module-list.nix
parentf1b8c3b1190fdf213b8944e8963d1623b432b9ac (diff)
downloadnixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.tar
nixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.tar.gz
nixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.tar.bz2
nixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.tar.lz
nixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.tar.xz
nixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.tar.zst
nixpkgs-39e8eaf8b6f985fcae5931bda39679d657fea1ed.zip
prometheus module: add nginxExporter
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 2171809e51b..df482fbfcaf 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -308,6 +308,7 @@
   ./services/monitoring/munin.nix
   ./services/monitoring/nagios.nix
   ./services/monitoring/prometheus/default.nix
+  ./services/monitoring/prometheus/nginx-exporter.nix
   ./services/monitoring/prometheus/node-exporter.nix
   ./services/monitoring/prometheus/alertmanager.nix
   ./services/monitoring/riemann.nix