修复heartbeat-agent: bash注释→JS注释

This commit is contained in:
bingshuo 2026-05-25 23:35:16 +08:00
parent 93a3b03fb8
commit 0eda84cc38

View File

@ -1,7 +1,6 @@
#!/bin/bash // 光湖心跳Agent v1.0 — 采集各节点硬件数据并上报至Console Server
# 光湖心跳Agent v1.0 采集各节点硬件数据并上报至Console Server // 部署: GZ-006 PM2 cron模式
# 部署: GZ-006 PM2 cron模式 // 用法: node heartbeat-agent.js 或 pm2 start heartbeat-agent.js
# 用法: node heartbeat-agent.js pm2 start heartbeat-agent.js
const http = require('http'); const http = require('http');
const https = require('https'); const https = require('https');