Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
79
_site/projects/desklin/index.html
Normal file
79
_site/projects/desklin/index.html
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linspector System Monitoring - DeskLin</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,projects,desktop,application,frontend">
|
||||
<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><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 class="active"><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">
|
||||
|
||||
<h2>DeskLin</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>DeskLin is the Desktop Application for managing Linspector. It will make use of the JSON-RPC backend or WebLin frontend of Linspector. No code released and no development at the moment.</p>
|
||||
|
||||
<p>The code will be hosted here: <a href="https://github.com/linspector/desklin" class="ext">https://github.com/linspector/desklin</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'desklin', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
|
||||
</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>
|
||||
86
_site/projects/gadgets/index.html
Normal file
86
_site/projects/gadgets/index.html
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linspector System Monitoring - Gadgets</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,projects,shell,interface,management,gadgets,view,rpc,json,frontend,rush">
|
||||
<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><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 class="active"><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">
|
||||
|
||||
<h2>Gadgets</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>Gadgets is a collection of tools to manage Linspector. Rush for example is a Remote User Shell for Linspector.</p>
|
||||
|
||||
<p>Rush connects to a Linspector instance using JSON-RPC and provides a similiar
|
||||
interface like the builtin in Lish.</p>
|
||||
|
||||
<p>This is currently just for testing and debugging some stuff. Be sure, that the
|
||||
JSON-RPC interface of Linspector does not provide authentication nor
|
||||
encrytion like SSL!</p>
|
||||
|
||||
<p>The code is hosted here: <a href="https://github.com/linspector/gadgets" class="ext">https://github.com/linspector/gadgets</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'gadgets', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
|
||||
</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>
|
||||
88
_site/projects/index.html
Normal file
88
_site/projects/index.html
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linspector System Monitoring - Projects</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,projects,weblin,desklin,sub,external">
|
||||
<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><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 class="active"><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">
|
||||
|
||||
<h2>Projects</h2>
|
||||
|
||||
<!--<h3>DeskLin</h3>
|
||||
|
||||
<p>WebLin is the Desktop Application for managing Linspector. <b>Just planned but no development at the moment!</b></p>
|
||||
|
||||
<p><a href="/projects/desklin/">More information here.</a></p>
|
||||
|
||||
<h3>linspector.org</h3>
|
||||
|
||||
<p>The Linspector website.</p>
|
||||
|
||||
<p><a href="/projects/linspector.org/">More information here.</a></p>-->
|
||||
|
||||
<h3>Gadgets</h3>
|
||||
|
||||
<p>Gadgets and tools to manage Linspector.</p>
|
||||
|
||||
<p><a href="/projects/gadgets/">More information here.</a></p>
|
||||
|
||||
<!--<h3>WebLin</h3>
|
||||
|
||||
<p>WebLin is the Python based web management interface to Linspector.</p>
|
||||
|
||||
<p><a href="/projects/weblin/">More information here.</a></p>-->
|
||||
|
||||
</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>
|
||||
79
_site/projects/linspector.org/index.html
Normal file
79
_site/projects/linspector.org/index.html
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linspector System Monitoring - linspector.org</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,website,code,project,jekyll,html,css">
|
||||
<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><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 class="active"><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">
|
||||
|
||||
<h2>linspector.org</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>The Linspector website. The Linspector website is created using <a href="http://jekyllrb.com/" class="ext">Jekyll</a> and is hosted at <a href="https://github.com" class="ext">GitHub</a>.</p>
|
||||
|
||||
<p>The code is hosted here: <a href="https://github.com/linspector/linspector.github.io" class="ext">https://github.com/linspector/linspector.github.io</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'linspector.github.io', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
|
||||
</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>
|
||||
79
_site/projects/weblin/index.html
Normal file
79
_site/projects/weblin/index.html
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Linspector System Monitoring - WebLin</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,projects,web,interface,management,view,html,http,ajax,json,frontend">
|
||||
<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><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 class="active"><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">
|
||||
|
||||
<h2>WebLin</h2>
|
||||
|
||||
<h3>Introduction</h3>
|
||||
|
||||
<p>WebLin is the Python based web management interface to Linspector. No code relaesed yet but stay tuned. WebLin will make use of the Linspector JSON-RPC backend and provide management functionality.</p>
|
||||
|
||||
<p>The code will be hosted here: <a href="https://github.com/linspector/weblin" class="ext">https://github.com/linspector/weblin</a></p>
|
||||
|
||||
<h3>Commit Log</h3>
|
||||
|
||||
<div id="github-commits"></div>
|
||||
<script>
|
||||
$(function() {
|
||||
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'weblin', branch: 'master', last: 30 });
|
||||
});
|
||||
</script>
|
||||
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue