Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/didi/nightingale
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Oct 22, 2020
2 parents cc3b357 + ecacc71 commit 228ffcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
影响模块:index judge monapi rdb transfer tsdb
更新内容:把hbs的逻辑从monapi挪到rdb,拆分监控的权限点

3.1.5
影响模块:monapi
更新内容:清理策略的时候会空指针,node删除了,策略还在,此时会复现
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# release version
version=3.1.4
version=3.1.5

CWD=$(cd $(dirname $0)/; pwd)
cd $CWD
Expand Down Expand Up @@ -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
}
Expand Down
5 changes: 5 additions & 0 deletions script/send_im
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

echo "$1" >> /tmp/send_im.txt
echo "$2" >> /tmp/send_im.txt
echo "" >> /tmp/send_im.txt

0 comments on commit 228ffcf

Please sign in to comment.