1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 13:01:44 +08:00
1Panel-Appstore/apps/nezha-agent
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
..
1.14.3 feat(nezha-agent): add uuid configuration and update documentation 2026-01-08 13:56:44 +08:00
data.yml feat(nezha-agent): upgrade to version 1.14.1 and restructure app versioning 2025-12-19 20:04:26 +08:00
logo.png feat:调整nezha 2024-10-21 01:47:25 +08:00
README.md feat(nezha-agent): add uuid configuration and update documentation 2026-01-08 13:56:44 +08:00

产品介绍

哪吒监控 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