114 lines
5.1 KiB
HTML
114 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Linspector System Monitoring - Homepage</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="System, Network, Service and Device Monitoring solution">
|
|
<meta name="author" content="Johannes Findeisen, Rafael Timmerberg">
|
|
<meta name="keywords" content="linspector,network,monitoring,watchguard,notification,system,alert,alarm,sla,vital,information">
|
|
<link rel="alternate" type="application/atom+xml" title="Linspector Atom Feed" href="/news/atom.xml">
|
|
<link rel="shortcut icon" href="/img/linspector.favicon.png" type="image/png">
|
|
<link href="/css/normalize.css" rel="stylesheet">
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/css/prettify.css" rel="stylesheet">
|
|
<link href="/css/table.css" rel="stylesheet">
|
|
<link href="/css/linspector.css" rel="stylesheet">
|
|
<script src="/js/jquery.min.js"></script>
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
<script src="/js/github.commits.widget.js"></script>
|
|
<script src="/js/prettify/prettify.js"></script>
|
|
</head>
|
|
<body onload="prettyPrint()">
|
|
<div id="wrap">
|
|
<div class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="/">Linspector</a>
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav">
|
|
<!--<li class="active"><a href="/">Home</a></li>
|
|
<li><a href="/about/">About</a></li>
|
|
<li><a href="/features/">Features</a></li>
|
|
<li><a href="/news/">News</a></li>
|
|
<li><a href="/documentation/">Documentation</a></li>
|
|
<li><a href="/community/">Community</a></li>
|
|
<li><a href="/download/">Download</a></li>
|
|
<li><a href="/projects/">Projects</a></li>
|
|
<li><a href="/development/">Development</a></li>-->
|
|
</ul>
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li style="padding-left:6px;"><img src="/img/linspector.new.png" /></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
|
|
<p>The Linspector Homepage has been suspended. Development is going on at <a href="https://hanez.org/linspector/">https://hanez.org/linspector/</a>.
|
|
|
|
<!--
|
|
<div class="jumbotron">
|
|
<h1>Linspector System Monitoring</h1>
|
|
<p style="font-family: monospace;"><Lish:> <span class="cursor" style="display:inline;"> </span></p>
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
<h2>About</h2>
|
|
<p>Linspector is a software for monitoring the vital information of hosts, services and devices in a network. Be sure that Linspector is in a very early stage of development. Use at your own risk... but try! ;)</p>
|
|
<p><a href="/about/" class="btn btn-primary">Read more »</a></p>
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
<h2>Latest News</h2>
|
|
<ul class="entries" style="list-style-type: circle;padding-left:20px;">
|
|
|
|
<li>
|
|
<a href="/news/2015-02-07-linspector-rewrite/" title="07 February 2015 - Linspector Rewrite">07 February 2015 - Linspector Rewrite</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="/news/2014-10-08-multiprocessing-support/" title="08 October 2014 - Multiprocessing Support">08 October 2014 - Multiprocessing Support</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="/news/2014-06-27-status-update/" title="27 June 2014 - Status Update">27 June 2014 - Status Update</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="/news/2013-10-21-v0.11-threading-and-benchmark/" title="21 October 2013 - v0.11 - Threading and Benchmark">21 October 2013 - v0.11 - Threading and Bench...</a>
|
|
</li>
|
|
|
|
</ul>
|
|
<p><a href="/news/" class="btn btn-primary">Read more »</a></p>
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
<h2>Development</h2>
|
|
<p>We are using <a href="http://www.python.org/" class="ext">Python</a> as the programming language interpreted by CPython. The IDE we are using is <a href="http://www.jetbrains.com/pycharm/" class="ext">PyCharm</a>. Source Code Management is done using <a href="http://git-scm.com/" class="ext">Git</a> and it is hosted at <a href="https://github.com/" class="ext">GitHub</a>.</p>
|
|
<p><a href="/development/" class="btn btn-primary">Read more »</a></p>
|
|
</div>
|
|
-->
|
|
<!--
|
|
<div class="col-lg-4">
|
|
<h2>License</h2>
|
|
<p>The code of Linspector is licensed under the terms of the <a href="http://www.gnu.org/licenses/agpl-3.0.html" class="ext">GNU Affero General Public License Version 3.0</a>.<br>
|
|
Content on this site is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="ext">CC Attribution-Share Alike 3.0 Unported</a> license.</p>
|
|
</div>
|
|
-->
|
|
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<div class="container">
|
|
<p class="text-muted credit">© 2011 - 2015 by the Linspector development team, this site is hosted on <a href="http://pages.github.com" class="ext">GitHub Pages</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|