Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change slurm exporter to Slinky slurm exporter #492

Open
mhuguesaws opened this issue Nov 12, 2024 · 3 comments
Open

Change slurm exporter to Slinky slurm exporter #492

mhuguesaws opened this issue Nov 12, 2024 · 3 comments
Labels

Comments

@mhuguesaws
Copy link
Contributor

Schedmd release slurm exporter support in Slinky project https://github.com/SlinkyProject/slurm-exporter

@nghtm
Copy link
Collaborator

nghtm commented Nov 14, 2024

The Makefile currently references a helm resource here, which causes failure to build on Slurm controller node. If Helm is a dependency for this project, it still needs to be evaulated as to whether this project is suitable to be installed on a Slurm Controller Node

@mhuguesaws
Copy link
Contributor Author

mhuguesaws commented Nov 14, 2024

One can use make run to run on the localhost. You will need to make sure you have slurm REST API install
You can do so by running https://github.com/aws-samples/aws-parallelcluster-post-install-scripts/blob/main/rest-api/postinstall.sh to install and configure Slurm restd.

Once done, get a token export METRICS_TOKEN=scontrol token | cut -d '=' -f 2
Then run the exporter make run or go run ./cmd/main.go

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants