{% if chart_url %}
{% endif %}
Last 24 Hours
Meta
- First Seen:
- {{ group.first_seen }}
- Last Seen:
- {{ group.last_seen }}
- Status:
- {{ group.get_status_display|title }}
Servers
-
{% for server, priority in unique_servers|with_priority:"times_seen" %}
- {{ server.times_seen }} {{ server.server_name }} {% endfor %}
URLs
-
{% for link, priority in unique_urls|with_priority:"times_seen" %}
- {{ link.times_seen }} {{ link.url }} {% endfor %}
-
{{ group.times_seen }}
{% if group.view %}{{ group.view }}{% else %}{{ group.message }}{% endif %}
{{ group.last_seen|timesince }} ago {{ group.get_status_display }}{{ group.get_level_display }} {{ group.error }}
{{ group.shortened_traceback }}
{% if group.status == 0 %} ✓ {% endif %}
Sample Traceback
{{ traceback }} {% endif %}Request information
{% for k, v in json_data %}{{ k }}
{% if v %} {% if v|is_dict %}Variable | Value |
---|---|
{{ k_ }} | {{ v_|pprint }} |
No data for {{ k }}
{% endif %} {% endfor %}