Skip to content

Commit c9c0eb4

Browse files
committed
correct resources for disk metrics
1 parent 15464ac commit c9c0eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner_scripts/80_cloudwatch_agent_config_prolog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cat << _EOF_ >> /opt/slurm/CWAgent_config_$CLUSTER_NAME.json
4343
"used_percent", "used"
4444
],
4545
"resources": [
46-
"/sbo/data/scratch/*", "/sbo/home/*"
46+
"/sbo/data/scratch", "/sbo/home"
4747
]
4848
},
4949
"diskio": {

0 commit comments

Comments
 (0)