Skip to content

Commit 861d1bb

Browse files
committed
README: add a note about installation
1 parent fd81bca commit 861d1bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ Usage of ./prometheus-slurm-exporter:
128128
Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] (default "info")
129129
```
130130

131+
## Installation
132+
133+
After successfully ran ``make``, you will have a binary called ``prometheus-slurm-exporter`` under the ``bin/`` subdirectory in your local copy of this repository. You can now copy this binary wherever you have installed the Slurm utilities (sinfo,squeue, sdiag) and then put it into execution, either interactively or through a Systemd unit (an example is available [here](lib/systemd/prometheus-slurm-exporter.service)).
134+
131135
## Prometheus Configuration for the SLURM exporter
132136

133137
It is strongly advisable to configure the Prometheus server with the following parameters:

0 commit comments

Comments
 (0)