From 335b113327ff727c1891fd446aaea9dc0b42856e Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Sat, 23 Jan 2021 11:04:58 +0800 Subject: [PATCH] release 3.5.1 --- changelog | 11 +++++++++++ control | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 7c99fa50..c7bfb003 100644 --- a/changelog +++ b/changelog @@ -65,3 +65,14 @@ - etc目录下新增了screen、alert两个目录,需要拷贝到生产环境 - etc目录下新增了plugins目录,需要随着prober模块走 - etc/address.yml里增加prober的配置 + +3.5.1 +升级内容: + - monapi里的alarmEnabled默认值设置为true + - agent进程采集,忽略EOF日志 + - agent增加一个接口获取endpoint + - agent日志监控支持一种新的日志时间格式 + - 修复组件监控调整采集频率不生效的问题 +升级方法: + - 替换n9e-monapi n9e-prober n9e-agent 二进制 + diff --git a/control b/control index 9d27d78f..5cf69734 100755 --- a/control +++ b/control @@ -1,7 +1,7 @@ #!/bin/bash # release version -version=3.5.0 +version=3.5.1 CWD=$(cd $(dirname $0)/; pwd) cd $CWD -- GitLab