Sarah Walters
Sarah Walters
I've worked around this problem by detecting the classes on the underlying element, and not making the Selectr call if it doesn't exist. Suboptimal, yes, but it works.
Here's another one that is not detected: "check_http/v2.3.1 (nagios-plugins 2.3.1)" Not a big deal, since the only usual use case for this one is checking that a site is up,...
+1 Specifically, I do not want about three of these categories. The rest I like and would like to rotate through them.
https://molecule.readthedocs.io/en/latest/examples.html -> have a look at the config here. I was getting the same error, trying to test a role that incorporated your PHP role, but following the example resolved...
I would be keen on such a thing. I'm thinking of creating a Passenger app to do exactly this. It would be amazing to have it part of the dashboard...
Oh, incidentally, use-case : because the architectures are all different, but the login nodes are one particular architecture, it's not _possible_ to see the modules for the CUDA nodes from...
I was really keen to give this a shot, but unfortunately it's not working. Can you please merge, or alternatively @kamocyc could you publish your own version please?
I'm having this issue on A100 with MIG. Profiler will load on an identical system but without MIG. I'm on dcgm 3.1.7, saw nothing in the release notes to suggest...
Hi nikkon-dev, This is running on a bare-metal host as root using the nvidia systemd service. HPC jobs can see and use the MIG instances. ``` root 5380 1 13...
This is what is actually coming out of the exporter: ``` slurm_account_fairshare{account="top_1"} 0.999998 slurm_account_fairshare{account="root"} 1 slurm_account_fairshare{account="top_2"} 0.481723 ``` So perhaps the right answer is to do ``` slurm_account_fairshare{account="root"} 1 slurm_account_fairshare{account="top_1",...