Rémi Palancher
Rémi Palancher
Currently, completed jobs are visible in the list of jobs only a few minutes after their end. Actually, completed jobs are visible until `slurmctld` finally remove them for its queue....
Error reported by @Talavig in #315, with unsupport Slurm version: ``` Thread-38 (process_request_thread): [INFO] 127.0.0.1 - - [16/Jul/2024 13:28:26] "GET /v3.1.0/stats HTTP/1.1" 500 - Jul 16 13:28:26 standalone slurm-web-agent[2310]: KeyError:...
Slurm-web should display the version of Slurm deployed on configured clusters.
In addition to Unix sockets, `slurmrestd` supports incoming connections on TCP/IP sockets, Slurm-web agent should support this configuration too.
Display number of available licenses and distribution of licenses allocated to jobs.
Provide full text explanation of jobs pending reasons so user can clearly understand why jobs are not running.
Now that Shine uses GitHub actions to run the tests, TravisCI configuration file can be removed.
Add a `/metrics` endpoint designed to be scraped by Prometheus. > [!CAUTION] > **This is a still WIP.** fix #274
_Originally posted by @nikolaussuess in https://github.com/rackslab/Slurm-web/discussions/359#discussioncomment-10892343_: > The `user_name_attribute=uid` exists on our LDAP server, and it seems that it is only missing for the `administrator` user (and exists for all...
Add a notification system similarly to `strigger` command but managed in the web UI, to control who is notified by email (or slack) for which events.