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

Make slurm healthcheck check slurm servers #24

Open
sverhoeven opened this issue Aug 1, 2017 · 0 comments
Open

Make slurm healthcheck check slurm servers #24

sverhoeven opened this issue Aug 1, 2017 · 0 comments

Comments

@sverhoeven
Copy link
Member

Now only the sshd server is checked. We should also check if the slurm servers are up and running.

The slurmctld can be checked with scontrol ping.
The slurmd servers can be checked with sinfo -d |grep -q node, if $?==1 then OK, if $?==0 then NOT OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant