Release of Slurm-web v4.0.0 #413
rezib
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
/info
endpoint, in addition to the cluster name./metrics
endpoint with various Slurm metrics in OpenMetrics format designed to be scraped by Prometheus or compatible (Prometheus exporter #274)./v<version>/metrics/<metric>
endpoint./v<version>/jobs
endpoint./clusters
endpoint./messages/login
endpoint./api/agents/<cluster>/metrics/<metric>
endpoint.racksdb
>infrastructure
parameter for the agent.metrics
>enabled
parameter for the agent.metrics
>restrict
parameter for the agent.metrics
>host
parameter for the agent.metrics
>job
parameter for the agent.ui
>templates
,message_template
,message_login
parameters for the gateway.alloc_cpus
andalloc_idle_cpus
nodes fields onslurmrestd
/slurm/*/nodes
and/slurm/*/node/<node>
endpoints.nodes
jobs field onslurmrestd
/slurm/*/jobs
endpoint.slurm-web-show-conf
utility to dump current configuration settings of gateway and agent components with their origin, which can either be configuration definition file or site override (Utility to dump agent/gateway configuration #349).slurm-web-show-conf
command.gateway
Python extra package.gateway
extra package.Changed
[cache]
>password
agent parameter from string to password type.[ldap]
>bind_password
gateway parameter from string to password type.[slurmrestd]
>version
default value from0.0.39
to0.0.40
in agent configuration for compatibility with Slurm 24.11.Fixed
requests.exceptions.RequestException
when retrieving information from agents to avoidAttributeError
with more specific exceptions on old versions on Requests library (AttributeError: module 'requests.exceptions' has no attribute 'JSONDecodeError'
on Requests < 2.26 #391).JSONDecodeError
from simpleson external library and json standard library module not managed by Requests < 2.27.Removed
required
from default selected jobs field onslurmrestd
/slurm/*/jobs
endpoint.state_reason
from default selected job field onslurmrestd
/slurm/*/job/<id>
endpoint.This discussion was created from the release v4.0.0.
Beta Was this translation helpful? Give feedback.
All reactions