Subversion-Projekte lars-tiefland.nagios-php

Revision

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

<link rel="stylesheet" href="/css/nagios/tac.css"/>
<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>
<div style="display:table;width:500px;" class="tac">
        <div style="display:table-row" class="title">
                <div style="display:table-cell">OK</div>
                <div style="display:table-cell">WARNING</div>
                <div style="display:table-cell">UNKNOWN</div>
                <div style="display:table-cell">CRITICAL</div>
                <div style="display:table-cell">TOTAL</div>
        </div>
        <div style="display:table-row" class="titleItem">
                <div style="display:table-cell" class="serviceOK">
                        {$services.ok}
                </div>
                <div style="display:table-cell" class="serviceWARNING">
                        {$services.warning}
                </div>
                <div style="display:table-cell" class="serviceUNKNOWN">
                        {$services.unknown}
                </div>
                <div style="display:table-cell" class="serviceCRITICAL">
                        {$services.critical}
                </div>
                <div style="display:table-cell">
                        {$services.total}
                </div>
        </div>
</div>