summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorsnaar <snaar@snaar.net>2022-09-02 09:38:11 -0400
committersnaar <snaar@snaar.net>2022-09-03 10:56:04 -0400
commit866d9772120d08b7b6c4f9b9bf7ada44a0550897 (patch)
tree358eacedf25a27b79acc38dcafbeb24ed7a1fcae /nixos/doc/manual
parentca1690c2edffa735d1df3acd69a3c8e55c30fc11 (diff)
downloadnixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.tar
nixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.tar.gz
nixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.tar.bz2
nixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.tar.lz
nixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.tar.xz
nixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.tar.zst
nixpkgs-866d9772120d08b7b6c4f9b9bf7ada44a0550897.zip
nixos/services.prometheus.exporters.ipmi: new module
Bringing in new https://github.com/prometheus-community/ipmi_exporter exporter into existing Prometheus exporters framework.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index cd2ad54db20..6b4c6bb5a5b 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -260,6 +260,14 @@
       </listitem>
       <listitem>
         <para>
+          <link xlink:href="https://github.com/prometheus-community/ipmi_exporter">Prometheus
+          IPMI exporter</link>, an IPMI exporter for Prometheus.
+          Available as
+          <link linkend="opt-services.prometheus.exporters.ipmi.enable">services.prometheus.exporters.ipmi</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://writefreely.org">WriteFreely</link>,
           a simple blogging platform with ActivityPub support. Available
           as
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 119cd12492a..c9ee3c3b21a 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -92,6 +92,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 - [Patroni](https://github.com/zalando/patroni), a template for PostgreSQL HA with ZooKeeper, etcd or Consul.
 Available as [services.patroni](options.html#opt-services.patroni.enable).
 
+- [Prometheus IPMI exporter](https://github.com/prometheus-community/ipmi_exporter), an IPMI exporter for Prometheus. Available as [services.prometheus.exporters.ipmi](#opt-services.prometheus.exporters.ipmi.enable).
+
 - [WriteFreely](https://writefreely.org), a simple blogging platform with ActivityPub support. Available as [services.writefreely](options.html#opt-services.writefreely.enable).
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->