• Joined on 2025-03-10
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-29 11:34:51 +08:00
3c924dde75 [#7] 自动重启
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 17:08:39 +08:00
83ded6d053 [#7] 统一构建镜像脚本包含master
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 16:51:59 +08:00
6c41541c4c [#7] agent端到端测试重启agent容器注入环境变量
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 16:34:22 +08:00
88e4b76b5d [#7] 修复账号不一致问题
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 15:51:24 +08:00
8b193c2995 [#7] bind端到端测试使用指定端口
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 15:39:18 +08:00
86b691afbb [#7] 测试lm2部署端到端测试,部分修复
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 14:36:52 +08:00
abbef0ca71 [#7] log/master/bind镜像构建支持定制local 用户UID/GID
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-28 11:35:09 +08:00
2766e0b635 [#2] 修复并测试agent verify
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-26 18:04:43 +08:00
493141ab77 [#2] health目录统一在hostname下
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-26 17:44:40 +08:00
db0727cdc7 [#1] 修复bind9 未检测到域名变化自动重启缺陷
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-26 09:52:26 +08:00
7f0290a8f4 [#2] agent二进制依赖改成glic 2.35版本
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-25 15:58:19 +08:00
00702f268e [#2] 修复master 内网构建报错
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-25 15:04:19 +08:00
955d1a17b2 [#2] agent端到端测试使用域名完成
8687b937d7 [#2] master模块使用supervisor守护;增加dns-monitor功能;内网apt源
Compare 2 commits »
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-24 17:47:10 +08:00
5a681e291a [#2] 把master镜像构建加入到统一构建脚本
3f5e369ec3 [#2] 增加离线依赖包
Compare 2 commits »
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-24 17:25:14 +08:00
c7f16bb906 [#2] master模块离线构建方式
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-24 16:31:26 +08:00
2d56fed321 [#2] 优化README
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-24 16:15:26 +08:00
fbe6def185 [#2] agent使用pyinstaller打包成二进制可执行文件,通过环境变量指定master endpoint和上报间隔
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-24 12:24:35 +08:00
bc016826f1 [#1] agent模块开发
5e5342ce20 [#2] master模块开发测试
Compare 2 commits »
yuyr pushed to dev_1.0.0_yuyr at NASP/argus 2025-09-23 10:06:55 +08:00
f1f4ba6bb6 [#1] 修复日志时间戳解析时区问题
yuyr commented on issue NASP/argus#1 2025-09-23 10:06:01 +08:00
[feature] argus-log 模块

日志时间戳解析问题解决,通过在parser.conf里使用 Time_Offset +0800, 指定时区。 原本尝试使用Timezone没有生效。