Alerts

There {StatusBoard_Formatting::pluralise(count($incidents_near_deadline), 'is', 'are')} {$incidents_near_deadline|count} {StatusBoard_Formatting::pluralise(count($incidents_near_deadline), 'incident', 'incidents')} within 1 hour of the current estimated end time.

{if $incidents_near_deadline}
    {foreach from=$incidents_near_deadline item=incident}
  1. {$incident->reference|escape:html}
  2. {/foreach}
{/if}

There {StatusBoard_Formatting::pluralise(count($incidents_near_deadline), 'is', 'are')} {$incidents_past_deadline|count} {StatusBoard_Formatting::pluralise(count($incidents_past_deadline), 'incident', 'incidents')} already past the set estimated end time.

{if $incidents_past_deadline}
    {foreach from=$incidents_past_deadline item=incident}
  1. {$incident->reference|escape:html}
  2. {/foreach}
{/if}

Statistics

Statistic Count
Services {$service_count}
Sites {$site_count}
Incidents {array_sum(array_values($incident_counts))}
Major {$incident_counts[StatusBoard_Status::STATUS_Major]}
Significant {$incident_counts[StatusBoard_Status::STATUS_Significant]}
Minor {$incident_counts[StatusBoard_Status::STATUS_Minor]}
Planned Maintenance {$incident_counts[StatusBoard_Status::STATUS_Maintenance]}
Resolved {$incident_counts[StatusBoard_Status::STATUS_Resolved]}

Services

Current Services

Click on a Service to edit its properties, or access any of the sites defined under it.

{if $services} {foreach from=$services item=service} {/foreach}
Service Description Action
{$service->name|escape:html} {$service->description|escape:html}
{else} You haven't created any services yet. Create some with the button below. {/if}

Add New Service

Use this form to define a new service

Settings

Quick Settings