summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters.nix
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2018-10-13 10:07:05 +0200
committerPierre Bourdon <delroth@gmail.com>2018-10-13 10:10:29 +0200
commit86d644f8cc85234e10165989ebc25e1da5135e99 (patch)
tree87ed6d898126ae92bda719bea5fe84c9a613f829 /nixos/modules/services/monitoring/prometheus/exporters.nix
parent5410e6b6b6b15721e0591c9b73b1d1bb1721d489 (diff)
downloadnixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.tar
nixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.tar.gz
nixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.tar.bz2
nixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.tar.lz
nixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.tar.xz
nixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.tar.zst
nixpkgs-86d644f8cc85234e10165989ebc25e1da5135e99.zip
prometheus-tor-exporter: init at 0.3
Upstream: https://github.com/atx/prometheus-tor_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 ae8caac436d..950af848c0f 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters.nix
@@ -30,6 +30,7 @@ let
     postfix   = import ./exporters/postfix.nix   { inherit config lib pkgs; };
     snmp      = import ./exporters/snmp.nix      { inherit config lib pkgs; };
     surfboard = import ./exporters/surfboard.nix { inherit config lib pkgs; };
+    tor       = import ./exporters/tor.nix       { inherit config lib pkgs; };
     unifi     = import ./exporters/unifi.nix     { inherit config lib pkgs; };
     varnish   = import ./exporters/varnish.nix   { inherit config lib pkgs; };
   };