summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters.nix
diff options
context:
space:
mode:
authorMatt Layher <mdlayher@gmail.com>2020-06-10 14:13:07 -0400
committerMatt Layher <mdlayher@gmail.com>2020-06-10 17:33:41 -0400
commite45146d94bf6d27cbde107e82a2520b007344055 (patch)
tree94efe2cbf2db430fe48809a9ccd15bf6df23a371 /nixos/modules/services/monitoring/prometheus/exporters.nix
parent9930b8fd3d98a6d44c4518a10056ee0b9f0866fc (diff)
downloadnixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.tar
nixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.tar.gz
nixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.tar.bz2
nixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.tar.lz
nixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.tar.xz
nixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.tar.zst
nixpkgs-e45146d94bf6d27cbde107e82a2520b007344055.zip
nixos/prometheus-apcupsd-exporter: new module
Signed-off-by: Matt Layher <mdlayher@gmail.com>
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 f9ad1457fc8..18a714360cf 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters.nix
@@ -21,6 +21,7 @@ let
   #  `serviceOpts.script` or `serviceOpts.serviceConfig.ExecStart`
 
   exporterOpts = genAttrs [
+    "apcupsd"
     "bind"
     "blackbox"
     "collectd"