{% extends "boards/base.html" %} {% load staticfiles %} {% block javascript %} {% endblock javascript %} {% block css %} {% endblock css %} {% block content %}

{{ service.name }}

Full history Edit service

Base info

Param Value
Name {{ service.name }}
Url {{ service.url }}
Sensitivity {{ service.sensitivity|floatformat:2 }}
Expected response code {{ service.response_code }}
Perfomance issues time {{ service.performance_issues_time }}
Connection timeout {{ service.connection_timeout }}
Base USERAGENT {{ service.base_useragent }}
Base REFERER {{ service.base_referer }}
Time delta {{ service.time_delta }}
Is core service? {{ service.is_core_service|yesno }}
Hosting? {{ service.hosting|yesno }}
{% if service.comments %}

Comments

{{ service.comments }}
{% endif %}

Monitored phrases

{% if phrases %} {% for p in phrases %} {% endfor %}
Phrase Shall not be
{{ p.phrase }} {{ p.shall_not_be|yesno }}
{% else %}

List is empty...

{% endif %}

Additional request params

{% if params %} {% for param in params %}

{{ param.name }}

Param Value
USERAGENT {{ param.useragent }}
REFERER {{ param.referer }}
GET {{ param.get }}
POST {{ param.post }}
{% endfor %} {% else %}

List is empty...

{% endif %}

Last hour response time

{% for group in probes %}
{% endfor %}

Other last hour times

{% for group in probes %}
{% endfor %}
{% include "boards/history_table.html" %} {% endblock content %}