This commit is contained in:
710leo 2020-10-22 21:23:59 +08:00
commit 228ffcfbc9
3 changed files with 10 additions and 2 deletions

View File

@ -14,3 +14,6 @@
影响模块index judge monapi rdb transfer tsdb
更新内容把hbs的逻辑从monapi挪到rdb拆分监控的权限点
3.1.5
影响模块monapi
更新内容清理策略的时候会空指针node删除了策略还在此时会复现

View File

@ -1,7 +1,7 @@
#!/bin/bash
# release version
version=3.1.4
version=3.1.5
CWD=$(cd $(dirname $0)/; pwd)
cd $CWD
@ -180,7 +180,7 @@ pack()
clock=$(date +%s)
mkdir $clock
mv etc/*.local.yml $clock
tar zcvf n9e-${version}.tar.gz control sql etc n9e-*
tar zcvf n9e-${version}.tar.gz script control sql etc n9e-*
mv $clock/* etc/
rm -rf $clock
}

5
script/send_im Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "$1" >> /tmp/send_im.txt
echo "$2" >> /tmp/send_im.txt
echo "" >> /tmp/send_im.txt