服务器15分钟持续压力预警 {% if z_infos['cpu_load'] or z_infos['openfile'] %} {% for info in z_infos['cpu_load'] %}
服务器 {{ info[0] }} CPU持续使用率{{ info[1]|int }}% {% if info[0] in whitelist %} 取消知悉 {% else %} 确认知悉 {% endif %}
{% endfor %} {% for info in z_infos['openfile'] %}
服务器 {{ info[0] }} openfile持续达到{{ info[1]|int }} {% if info[0] in whitelist %} 取消知悉 {% else %} 确认知悉 {% endif %}
{% endfor %} {% else %} {% endif %}
{{ echarts_js_dependencies(work_bar) }} {{ echarts_container(work_bar) }} {{ echarts_js_content(work_bar) }}
{{ echarts_js_dependencies(k8s_bar) }} {{ echarts_container(k8s_bar) }} {{ echarts_js_content(k8s_bar) }}