We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531cbeb commit 20abd94Copy full SHA for 20abd94
1 file changed
modules/enableit/profile/manifests/computing/slurm/slurmctld.pp
@@ -19,12 +19,8 @@
19
20
include ::slurm::slurmctld
21
22
- notify { "This is slurmctld enabling metrics": }
23
-
24
if versioncmp($slurm_version, '25.11') >= 0 {
25
- notify { "The slurm version which we are using is ${slurm_version}": }
26
$metrics.each |$metric| {
27
- notify { "The slurm metrics which we are enabling is ${metric}": }
28
prometheus::scrape_job { "${metric}_${scrape_host}_${slurmctldport}":
29
job_name => 'slurm',
30
collect_dir => '/etc/prometheus/file_sd_config.d',
0 commit comments