修复heartbeat-agent: bash注释→JS注释
This commit is contained in:
parent
93a3b03fb8
commit
0eda84cc38
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user