0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

node-exporter service: fix documentation for enabledCollectors

This commit is contained in:
Pascal Bach 2017-09-12 22:37:38 +02:00
parent f0956b7baf
commit a217d73381

View file

@ -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.
'';
};