forked from mirrors/nixpkgs
Fixing minor typo in prometheus exporters doc
This commit is contained in:
parent
6c0ed987ee
commit
186222ce7b
|
@ -17,7 +17,7 @@
|
|||
exporter</link>, it provides hardware and OS metrics from the host it's
|
||||
running on. The exporter could be configured as follows:
|
||||
<programlisting>
|
||||
services.promtheus.exporters.node = {
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
enabledCollectors = [
|
||||
"logind"
|
||||
|
|
Loading…
Reference in a new issue