Skip to content

Commit

Permalink
fix(ccfinder): update mail text
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyoukun committed Jun 6, 2018
1 parent b168e7f commit df24cbe
Showing 1 changed file with 1 addition and 1 deletion.
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 df24cbe

Please sign in to comment.