1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
pooneyy 12284c46d3
feat(nezha-agent): add uuid configuration and update documentation
- add uuid field to data.yml form configuration with required text type
- include uuid environment variable in docker-compose.yml service environment
- restructure readme: move configuration section to bottom and add detailed uuid generation instructions for linux and windows
2026-01-08 13:56:44 +08:00

997 B
Raw Blame History

产品介绍

哪吒监控 Agent 端的容器化部署方案,快速、轻松地启动和管理哪吒监控系统的 Agent 组件。

主要功能:

  • 容器化部署:简化 Nezha Agent 的部署和配置过程,确保环境一致性。
  • 环境变量配置:通过环境变量灵活配置,确保配置的安全性和灵活性。

配置和使用说明

  • 哪吒监控添加服务器时,从复制的安装命令里找到 NZ_CLIENT_SECRET=xxx,此为客户端密钥。

  • UUID 是 agent 的唯一标识,使用以下方法生成:

    • Linux

      • Linux 内核

        cat /proc/sys/kernel/random/uuid
        
      • uuidgen

        uuidgen
        
        • 高级用法:基于命名空间生成唯一的 UUID

          uuidgen -s -n @url -N "www.example.com/machine-001"
          
    • PowerShellWindows

      • New-Guid