From a217d73381ba593f88f4b20111b7922eda1f1aac Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Tue, 12 Sep 2017 22:37:38 +0200 Subject: [PATCH] node-exporter service: fix documentation for enabledCollectors --- nixos/modules/services/monitoring/prometheus/node-exporter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/prometheus/node-exporter.nix b/nixos/modules/services/monitoring/prometheus/node-exporter.nix index 0cf0b85afb57..b5b852438d77 100644 --- a/nixos/modules/services/monitoring/prometheus/node-exporter.nix +++ b/nixos/modules/services/monitoring/prometheus/node-exporter.nix @@ -33,7 +33,7 @@ in { default = []; example = ''[ "systemd" ]''; description = '' - Collectors to enable, additionally to the defaults. + Collectors to enable. Only collectors explicitly listed here will be enabled. ''; };