]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add slurm and libslurm to README
authorPablo Llopis <pablo.llopis@cern.ch>
Wed, 2 Jan 2019 20:38:27 +0000 (21:38 +0100)
committerPablo Llopis <pablo.llopis@cern.ch>
Wed, 29 May 2019 09:50:34 +0000 (11:50 +0200)
README

diff --git a/README b/README
index f28d49922fb185501fc6df4db38905b7a94f2a53..24850bf51403b2fb71032b9182a4823f035bf74b 100644 (file)
--- a/README
+++ b/README
@@ -378,6 +378,9 @@ Features
       to have its measurements fed to collectd. This includes multimeters,
       sound level meters, thermometers, and much more.
 
+    - slurm
+      Gathers per-partition node and job state information using libslurm.
+
     - smart
       Collect SMART statistics, notably load cycle count, temperature
       and bad sectors.
@@ -965,6 +968,10 @@ Prerequisites
     libzip, and optionally (depending on which drivers are enabled) on
     libusb, libftdi and libudev.
 
+  * libslurm (optional)
+    Used by the `slurm` plugin.
+    <https://slurm.schedmd.com/>
+
   * libstatgrab (optional)
     Used by various plugins to collect statistics on systems other than Linux
     and/or Solaris.