Subversion-Projekte lars-tiefland.nagios-php

Revision

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

<link rel="stylesheet" href="/css/nagios/tac.css">
<link rel="stylesheet" href="/css/nagios/avail.css">
<div style="display:table;width:500px;" class="tac">
        <div style="display:table-row" class="title">
                <div style="display:table-cell">UP</div>
                <div style="display:table-cell">DOWN</div>
                <div style="display:table-cell">UNREACHABLE</div>
                <div style="display:table-cell">TOTAL</div>
        </div>
        <div style="display:table-row" class="titleItem">
                <div style="display:table-cell" class="hostUP">
                        {$hosts.up}
                </div>
                <div style="display:table-cell" class="hostDOWN">
                        {$hosts.down}
                </div>
                <div style="display:table-cell" class="hostUNREACHABLE">
                        {$hosts.unreachable}
                </div>
                <div style="display:table-cell">
                        {$hosts.total}
                </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>