{% load staticfiles %} SyMonitoring Simulator
{% csrf_token %}
    {% for host in hosts %} {% include 'symonitoring_simulator/host_row.html' with host=host %} {% endfor %}

Select

Change State:

Last hour processed

{% for log in logs %} {% include 'symonitoring_simulator/log_row.html' with log=log %} {% endfor %}
state count

Alerts ({{alerts.count}})

{% for alert in alerts %} {% include 'symonitoring_simulator/alert_row.html' with alert=alert %} {% endfor %}
# nagioslog-id hostname service name sla state acknowledged ack'ed automatically

Hold table ({{holds.count}})

{% for hold in holds %} {% include 'symonitoring_simulator/hold_row.html' with hold=hold %} {% endfor %}
# nagioslog-id processed objectType state stateType hostname name alertId

HoldInform table ({{hold_informs.count}})

{% for hold in hold_informs %} {% include 'symonitoring_simulator/hold_row.html' with hold=hold %} {% endfor %}
# nagioslog-id processed objectType state stateType hostname name alertId