37 lines
1.4 KiB
Smarty
37 lines
1.4 KiB
Smarty
<h2>StatusBoard</h2>
|
|
|
|
<p>
|
|
StatusBoard is a simple PHP web-based tool for displaying the status of services. Administrators can manually record incidents and provide
|
|
estimated end times and simple descriptions. This tool is suitable for exposing status information to customers or other third parties and
|
|
does not need to be connected to internal systems.
|
|
</p>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span7 column">
|
|
<h3>Features</h3>
|
|
<ul>
|
|
<li>Customisable list of Services and Sites.</li>
|
|
<li>Manual reporting and status changes for Incidents.</li>
|
|
<li>Multiple severity levels.</li>
|
|
<li>Full admin UI.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="span5 column">
|
|
<img class="span5" src="{$base_uri}images/status-board/overview.png" alt="StatusBoard Overview" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="span12">
|
|
<h3>Source</h3>
|
|
<p>
|
|
View or clone a copy of the Git repositories from one of the mirrors listed below:
|
|
</p>
|
|
<ul>
|
|
<li><a href="https://git.sihnon.net/cgit.cgi/status-board.git/" title="Sihnon Mirror">Sihnon Mirror</a></li>
|
|
<li><a href="https://github.com/optiz0r/status-board/" title="GitHub Mirror">GitHub Mirror</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div> |