summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters.xml
diff options
context:
space:
mode:
authorWilliButz <WilliButz@users.noreply.github.com>2019-07-23 10:06:20 +0200
committerGitHub <noreply@github.com>2019-07-23 10:06:20 +0200
commit5dc50eab6809748f1e55c877631854b5f0cb7876 (patch)
treedbb54afe7d4ff6cc532cf7f644ce513d535f8f31 /nixos/modules/services/monitoring/prometheus/exporters.xml
parent356d9ad758b75674108cb0fbe22238acf260816d (diff)
parent186222ce7b3fdf955afb10e8c95f05bf92aec86d (diff)
downloadnixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.tar
nixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.tar.gz
nixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.tar.bz2
nixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.tar.lz
nixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.tar.xz
nixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.tar.zst
nixpkgs-5dc50eab6809748f1e55c877631854b5f0cb7876.zip
Merge pull request #65102 from d-goldin/patch-1
docs prometheus.exporters: typo fix.
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters.xml')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters.xml b/nixos/modules/services/monitoring/prometheus/exporters.xml
index 616f29e8dd0..f6cd1ef57d0 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters.xml
+++ b/nixos/modules/services/monitoring/prometheus/exporters.xml
@@ -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"