Subversion-Projekte lars-tiefland.nagios-php

Revision

Revision 86 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{* $Id: tac.tpl 89 2013-01-02 13:38:27Z lars $ *}
<script>
    setTimeout("load_tac()",{$cfg.refreshIntervallJs|default:90000})
</script>
<link rel="stylesheet" href="/css/nagios/tac.css"/>
{include file="info.tpl" title="Tactical Monitoring Overview"}
<br />
<br />
<div style="display:table;width:500px;margin-left:10px;">
        <div style="display:table-row" class="hostTitle">
        <div style="display:table-cell;">Hosts</div>
        <div style="display:table-cell;"></div>
        <div style="display:table-cell;"></div>
        <div style="display:table-cell;"></div>
    </div>
        <div style="display:table-row" class="hostHeader">
                <div style="display:table-cell;width:125px;">
                        {$hosts.down} Down
                </div>
                <div style="display:table-cell;width:125px;">
                        {$hosts.unreachable} Unreachable
                </div>
                <div style="display:table-cell;width:125px;">
                        {$hosts.up} Up
                </div>
                <div style="display:table-cell;width:125px;">
                        {$hosts.pending} Pending
                </div>
        </div>
</div>
<br />
<br />
<div style="display:table;width:625px;margin-left:10px;">
        <div style="display:table-row" class="serviceTitle">
        <div style="display:table-cell;">Services</div>
        <div style="display:table-cell;"></div>
        <div style="display:table-cell;"></div>
        <div style="display:table-cell;"></div>
        <div style="display:table-cell;"></div>
    </div>
        <div style="display:table-row" class="hostHeader">
                <div style="display:table-cell;width:125px;">
                        {$services.critical} Critical
                </div>
                <div style="display:table-cell;width:125px;">
                        {$services.warning} Warning
                </div>
                <div style="display:table-cell;width:125px;">
                        {$services.unknown} Unknown
                </div>
                <div style="display:table-cell;width:125px;">
                        {$services.ok} Ok
                </div>
                <div style="display:table-cell;width:125px;">
                        {$services.pending} Pending
                </div>
        </div>
</div>