You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ See the related [test data](https://github.com/vpenso/prometheus-slurm-exporter/
61
61
### Status of the Jobs
62
62
63
63
***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.
65
65
***RUNNING**: Jobs currently allocated.
66
66
***SUSPENDED**: Job has an allocation but execution has been suspended and CPUs have been released for other jobs.
67
67
***CANCELLED**: Jobs which were explicitly cancelled by the user or system administrator.
@@ -148,7 +148,7 @@ scrape_configs:
148
148
***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.
149
149
***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.
150
150
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/).
152
152
153
153
**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:
0 commit comments