Skip to content

Commit

Permalink
Merge pull request #108 from huangyoukun/master
Browse files Browse the repository at this point in the history
fix(ccfinder): update mail text
  • Loading branch information
sunYanxl authored Jun 6, 2018
2 parents 25685bc + 1c0b35d commit d99d5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin/wwwroot
node_modules
2 changes: 1 addition & 1 deletion bin/tsw/runtime/CCFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ this.check = function (req, res) {
+ '<p><strong>恶意IP:</strong>' + max.ip + '</p>'
+ '<p><strong>自动拉黑:</strong>' + (config.CCIPLimitAutoBlock ? '是' : '否') + '</p>'
+ '<p><strong>IP聚集度:</strong>' + cache.ipCacheLast.StdX10 + '%</p>'
+ '<p><strong>告警阀值:</strong>' + CCIPLimit + '</p>'
+ '<p><strong>告警阈值:</strong>' + CCIPLimit + '</p>'
+ '<p><strong>正常值:</strong>5-50</p>'
+ '<p><strong>检测耗时:</strong>' + parseInt((cache.ipCacheLast.end - cache.ipCacheLast.start) / 1000, 10) + 's</p>'
+ '<p><strong>证据列表:</strong></p>'
Expand Down

0 comments on commit d99d5ac

Please sign in to comment.