summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-02-01 06:12:57 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-02-08 15:23:34 +0100
commitbf4c0c19002fc2fa88d64b585497ae5a1c36287f (patch)
tree2e9844faeb1cbfdc3dc4b3b630bee2797a127aa1 /nixos/modules/services/monitoring/prometheus/exporters
parent2f9d71afdb892f399d78d454d3de8188caf259fa (diff)
downloadnixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar
nixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.gz
nixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.bz2
nixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.lz
nixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.xz
nixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.tar.zst
nixpkgs-bf4c0c19002fc2fa88d64b585497ae5a1c36287f.zip
nixos/*: remove trailing period in mkEnableOptions
those are added by mkEnableOption, and .. is replaced to … by markdown
processing.
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters/unpoller.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/unpoller.nix b/nixos/modules/services/monitoring/prometheus/exporters/unpoller.nix
index 5cd1e2c65e9..3b7f978528c 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/unpoller.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/unpoller.nix
@@ -24,9 +24,9 @@ in {
     inherit (options.services.unpoller.unifi) controllers;
     inherit (options.services.unpoller) loki;
     log = {
-      debug = mkEnableOption (lib.mdDoc "debug logging including line numbers, high resolution timestamps, per-device logs.");
-      quiet = mkEnableOption (lib.mdDoc "startup and error logs only.");
-      prometheusErrors = mkEnableOption (lib.mdDoc "emitting errors to prometheus.");
+      debug = mkEnableOption (lib.mdDoc "debug logging including line numbers, high resolution timestamps, per-device logs");
+      quiet = mkEnableOption (lib.mdDoc "startup and error logs only");
+      prometheusErrors = mkEnableOption (lib.mdDoc "emitting errors to prometheus");
     };
   };