Skip to content

Commit

Permalink
update config file for rms update
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Jul 26, 2024
1 parent e6db6b9 commit 630543e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnistat/config/omnistat.ornl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ port = 8001
usermode = False
usermode_port = 8001
enable_rocm_smi = True
enable_amd_smi = False
enable_rms = True

# Path to local ROCM install to access SMI library
Expand All @@ -18,7 +19,7 @@ rocm_path = /opt/rocm-default
# Set this value to IP of companion Prometheus server.
allowed_ips = 127.0.0.1, 10.129.7.250

[omnistat.collectors.slurm]
[omnistat.collectors.rms]

host_skip = "login.*"
enable_annotations = True
Expand Down

0 comments on commit 630543e

Please sign in to comment.