{% extends "kitsune/mail_base.html" %} {% block title %} Kitsune Monitoring Notification {% endblock title %} {% block content %} You have received a monitoring notification:

Check:
{{log.job.name}}
Host:
{{log.job.host.name}}
Date:
{{log.run_date}}
Status Code:
{{log.stderr}}
Status Message:
{{log.stdout}}
{% endblock content %}