{% extends "default/base.html" %} {% load business_tag %} {% load zabbix %} {% block content %} {% load pagination_tags %} {% autopaginate server_list 10 %}
{% include "ztree/ztree_js.html" %}
{% if content_status %}

{{ bus_data }}


{% include "ztree/active.html" %}
{% for i in server_list %} {% endfor %}
eth1 监控项(个) 报警 操作
{{ i.eth1 }} {% if i.eth1|zabbix_count %} {{ i.eth1|zabbix_count }} 个监控项 {% endif %} {% if i.eth1|zabbix_caveat %} {{ i.eth1|zabbix_caveat }} 个报警 {% endif %}
{% paginate %}
{#
#} {% else %}

Alert!

Warning! 走错地方了吧,或许你的URL不应该是你有权限访问的哦
{% endif %}
{% include "ztree/edit_node.html" %} {% endblock %}