aboutsummaryrefslogtreecommitdiff
path: root/mod/lorea-status/www/index.html
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:01:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:01:34 -0300
commit939a44d6d08a560ba966be96b17d9038eac77f34 (patch)
tree1683cd5490a66a9cb90a8781b867e663c5a22e02 /mod/lorea-status/www/index.html
parent991a965fcdbbcdd5ad754949a8b2bebc97b807b7 (diff)
parent4bd60b4f3f541c7af734ed40043e70c888450691 (diff)
downloadelgg-939a44d6d08a560ba966be96b17d9038eac77f34.tar.gz
elgg-939a44d6d08a560ba966be96b17d9038eac77f34.tar.bz2
Merge commit '4bd60b4f3f541c7af734ed40043e70c888450691' as 'mod/lorea-status'
Diffstat (limited to 'mod/lorea-status/www/index.html')
-rw-r--r--mod/lorea-status/www/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/mod/lorea-status/www/index.html b/mod/lorea-status/www/index.html
new file mode 100644
index 000000000..439edf2cc
--- /dev/null
+++ b/mod/lorea-status/www/index.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title> Lorea Server Status </title>
+<link rel="stylesheet" title="status" href="/status.css" />
+<link rel="home" title="lorea.org" href="https://lorea.org/" />
+</head>
+<body>
+<header>
+ <hgroup><h1>status.lorea.org</h1></hgroup>
+</header>
+<article id="main">
+ <section id="info">
+ <p>This is <a href="https://lorea.org/">lorea.org</a>'s servers status information, updated every 5 minutes.</p>
+ <p>Rendez-vous: <a href="irc:irc.freenode.net/lorea">#lorea channel</a> on Freenode IRC network.</p>
+ </section>
+ <section id="status">
+ <p>Status service is not available at this time.</p>
+ <noscript><p>This page requires javascript to retrieve servers statuses.</p></noscript>
+ </section>
+ <section id="legend">
+ <h4>Legend</h4>
+ <ul>
+ <li class="down"><a href="https://host-down.example.org/">host-down.example.org</a></li>
+ <li class="up"><a href="https://service-down.example.org/">service-down.example.org</a></li>
+ <li class="up running"><a href="https://service-running.example.org/">service-running.example.org</a></li>
+ </ul>
+ </section>
+</article>
+<script type="text/javascript" src="/jquery.js"></script>
+<script type="text/javascript" src="/status.js"></script>
+</body>
+</html>