index.html 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Status Monitor Archive Overview</title>
  5. <link rel="stylesheet" href="archive/archiveviewer.css"/>
  6. <style>
  7. .greyedout, .greyedout a {
  8. color: #707070
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <header>
  14. <h1>Status Monitor Archive Overview</h1>
  15. </header>
  16. <div>
  17. <b>
  18. > SDS Status Monitor<br/>
  19. <a href="archive/new_monitor.html">Archive</a> | <a href="https://status-sds.kaas.kit.edu/">Live</a> | <a href="https://nuserv.uni-muenster.de:8443/bbieringer/new_monitor_archive">Archive data (GitLab)</a><br/><br/>
  20. <span class="greyedout">> Old SDS Status Monitor (testing sandbox, not reliable)<br/>
  21. <a href="archive/old_monitor.html">Archive</a> | <a href="https://ikp-neu-katrin.ikp.kit.edu/sdsstatus/oldindex.php">Live</a> | <a href="https://nuserv.uni-muenster.de:8443/bbieringer/old_monitor_archive">Archive data (GitLab)</a></span>
  22. </b>
  23. </div>
  24. <footer>
  25. <a href="https://nuserv.uni-muenster.de:8443/bbieringer/statusarchiveviewer">Archive Viewer Source Code</a> |
  26. Contact&nbsp;(Archive):&nbsp;<a href="mailto:benedikt.b@wwu.de">Benedikt&nbsp;Bieringer</a> |
  27. Contact&nbsp;(Status&nbsp;Monitor):&nbsp;<a href="mailto:thuemmler@kit.edu">Thomas&nbsp;Th&uuml;mmler</a>
  28. </footer>
  29. </body>
  30. </html>