mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
node-exporter service: fix documentation for enabledCollectors
This commit is contained in:
parent
f0956b7baf
commit
a217d73381
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
||||||
default = [];
|
default = [];
|
||||||
example = ''[ "systemd" ]'';
|
example = ''[ "systemd" ]'';
|
||||||
description = ''
|
description = ''
|
||||||
Collectors to enable, additionally to the defaults.
|
Collectors to enable. Only collectors explicitly listed here will be enabled.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue