From 0eda84cc386f7b53bb6d34b49ea80934d8271852 Mon Sep 17 00:00:00 2001 From: bingshuo Date: Mon, 25 May 2026 23:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dheartbeat-agent:=20bash?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E2=86=92JS=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _deploy/console-server/heartbeat-agent.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_deploy/console-server/heartbeat-agent.js b/_deploy/console-server/heartbeat-agent.js index a0a8d74..35195ef 100644 --- a/_deploy/console-server/heartbeat-agent.js +++ b/_deploy/console-server/heartbeat-agent.js @@ -1,7 +1,6 @@ -#!/bin/bash -# 光湖心跳Agent v1.0 — 采集各节点硬件数据并上报至Console Server -# 部署: GZ-006 PM2 cron模式 -# 用法: node heartbeat-agent.js 或 pm2 start heartbeat-agent.js +// 光湖心跳Agent v1.0 — 采集各节点硬件数据并上报至Console Server +// 部署: GZ-006 PM2 cron模式 +// 用法: node heartbeat-agent.js 或 pm2 start heartbeat-agent.js const http = require('http'); const https = require('https');