| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- List all source files.
- Remove grafana-dashboards and do not add the dashboard in the tarball, its license needs to be clarified. It's also easier for users to install the board from grafana.com
- Add new package with grafana-dashboards - Add README.packaging - Document use_sbin.patch
- Initial release.
- Adjust-GPU-data-gathering-to-work-with-all-Slurm-versions-since-18.08.patch
Fix to make GPU data gathering works with all Slurm versions since 18.08.
- Add a sysconfig settings to make daemon command line args easily.
- Fix service file names to match upstream:
prometheus-slurm_exporter.service -> prometheus-slurm-exporter.service
rcprometheus-slurm_exporter -> rcprometheus-slurm-exporter
To support updates, the old name is still kept as sym-link.
Add README.SUSE to inform about sysconfig file.
- Update to 0.20 * Multiple README fix. * Improve build process.
- Update to version 0.19 * GPUs accounting has to be activated explicitly via cmd line option. * Export detailed usage info for every node (CPU, Memory). NOTE: With the present version of Slurm (20.11), GPU accounting in the prometheus-slurm-exporter will cause the exporter to terminate, thus it must not be enabled for the time being. - Do not ship sources.
- New version 0.17 * Export information about shares via sshare - New version 0.16 * Add support to provide information about GPU GREs usage
- New version 0.15 * Metric updates * Bugfixes - Upstream now provides go.mod, update packaging accordingly.