Commit 4b474f40 authored by litaolemo's avatar litaolemo

update

parent 9dce1a53
......@@ -28,7 +28,7 @@ from meta_base_code.send_msg_to_dingding.send_msg import send_msg_to_dingtalk
data_dict = {}
memory_used_rate_top = 0.8
fs_free_rate_top = 0.8
cpu_top = 0.75
cpu_top = 75
search_queue_max = 0
secret = 'SECbbfd6b7403869cf8a31e63e2d623378bd8a55b5a31083fad6421ee817794f485'
......@@ -130,7 +130,7 @@ def parse_node_stats(data):
if cpu_1m >= cpu_top:
res_str += "{name}节点CPU使用率预警 1m {cpu_1m} \n" \
"目前 query_current为{query_current} fetch_current为{fetch_current} young_gc为{young_gc}ms".format(cpu_1m=str(int(cpu_1m*100))+"%",name=node_name,
"目前 query_current为{query_current} fetch_current为{fetch_current} young_gc为{young_gc}ms".format(cpu_1m=str(int(cpu_1m))+"%",name=node_name,
query_current=str(query_current),fetch_current=str(fetch_current),young_gc=str(young_gc))
data_dict[node_name]['old_gc'] = old_gc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment