Skip to content

Commit c27c1db

Browse files
committed
Merge branch '68_README_multiple_typos' Fix typos in README
2 parents 6276362 + 6fd4e0c commit c27c1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See the related [test data](https://github.com/vpenso/prometheus-slurm-exporter/
6161
### Status of the Jobs
6262

6363
* **PENDING**: Jobs awaiting for resource allocation.
64-
* **PENDING_DEPENDENCY**: Jobs awaiting because of a unexecuted job dependency.
64+
* **PENDING_DEPENDENCY**: Jobs awaiting because of an unexecuted job dependency.
6565
* **RUNNING**: Jobs currently allocated.
6666
* **SUSPENDED**: Job has an allocation but execution has been suspended and CPUs have been released for other jobs.
6767
* **CANCELLED**: Jobs which were explicitly cancelled by the user or system administrator.
@@ -148,7 +148,7 @@ scrape_configs:
148148
* **scrape_interval**: a 30 seconds interval will avoid possible 'overloading' on the SLURM master due to frequent calls of sdiag/squeue/sinfo commands through the exporter.
149149
* **scrape_timeout**: on a busy SLURM master a too short scraping timeout will abort the communication from the Prometheus server toward the exporter, thus generating a ``context_deadline_exceeded`` error.
150150

151-
The previous configuration file can be immediately used with a fresh installation of Promethues. At the same time, we highly recommend to include at least the ``global`` section into the configuration. Official documentation about __configuring Prometheus__ is [available here](https://prometheus.io/docs/prometheus/latest/configuration/configuration/).
151+
The previous configuration file can be immediately used with a fresh installation of Prometheus. At the same time, we highly recommend to include at least the ``global`` section into the configuration. Official documentation about __configuring Prometheus__ is [available here](https://prometheus.io/docs/prometheus/latest/configuration/configuration/).
152152

153153
**NOTE**: the Prometheus server is using __YAML__ as format for its configuration file, thus **indentation** is really important. Before reloading the Prometheus server it would be better to check the syntax:
154154

0 commit comments

Comments
 (0)