Skip to content

Commit 531cbeb

Browse files
author
deepakt7340
committed
fix: resolve typos and syntax formatting in slurmctld metrics
1 parent 2aad90e commit 531cbeb

File tree

1 file changed

+4
-0
lines changed
  • modules/enableit/profile/manifests/computing/slurm

1 file changed

+4
-0
lines changed

modules/enableit/profile/manifests/computing/slurm/slurmctld.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919

2020
include ::slurm::slurmctld
2121

22+
notify { "This is slurmctld enabling metrics": }
23+
2224
if versioncmp($slurm_version, '25.11') >= 0 {
25+
notify { "The slurm version which we are using is ${slurm_version}": }
2326
$metrics.each |$metric| {
27+
notify { "The slurm metrics which we are enabling is ${metric}": }
2428
prometheus::scrape_job { "${metric}_${scrape_host}_${slurmctldport}":
2529
job_name => 'slurm',
2630
collect_dir => '/etc/prometheus/file_sd_config.d',

0 commit comments

Comments
 (0)