From 983f6124545319a55ab15b22bdf2af37cb026c6d Mon Sep 17 00:00:00 2001 From: joy Date: Tue, 9 Sep 2025 09:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/gpu=5Fmetrics.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/gpu_metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gpu_metrics.sh b/scripts/gpu_metrics.sh index 5e5abbc..17dbb8d 100644 --- a/scripts/gpu_metrics.sh +++ b/scripts/gpu_metrics.sh @@ -1,5 +1,5 @@ #!/bin/bash -METRIC_FILE="/var/lib/node_exporter/cluster_metrics.prom" +METRIC_FILE="/var/lib/node_exporter/textfile_collector/cluster_metrics.prom" TMP_FILE=$(mktemp) # 确保输出文件目录存在