{include file="global/block_header.tpl" BLOCK_HEADER="Uptime Statistics"}
Location
Service
State Since
Status
Uptime
{foreach key=key item=item from=$STATUS.monitors.monitor} {assign var=node value="."|explode:$item.friendlyname}
{$node.1}
{$item.log.1.datetime|date_format:"%b %d, %Y %H:%M"}
{$CODES[$item.status]}
{/foreach}
{if !$GLOBAL.website.api.disabled}
These stats are also available in JSON format
HERE
{/if} {include file="global/block_footer.tpl"}