The old Linspector code for historical reasons. Not archived but in this repository will not be commited anymore...
  • Python 99.8%
  • Makefile 0.2%
Find a file
2013-10-01 06:17:08 +02:00
conf.d added some dir for configuration files. more to come... ;) 2013-05-21 20:23:50 +02:00
dev added dev/ folder and moved NOTES.* and TODO file to it. it is overhead in the root. 2013-08-14 21:20:20 +02:00
examples added templates 2013-10-01 01:44:35 +02:00
lib moved some frontends/* to new backends/; backends are threads running in background, no frontend 2013-10-01 06:17:08 +02:00
templates/services added templates 2013-10-01 01:44:35 +02:00
.gitignore added examples/private.json to .gitignore for local usage only (containing passwords) 2013-09-20 00:53:58 +02:00
__init__.py some cleanup 2013-07-02 00:19:20 +02:00
AUTHORS added mail adresses to AUTHORS 2013-10-01 04:10:20 +02:00
LICENSE test 2013-05-23 20:09:46 +02:00
linspector moved some frontends/* to new backends/; backends are threads running in background, no frontend 2013-10-01 06:17:08 +02:00
Makefile edited title for docs in makefile 2013-10-01 04:31:06 +02:00
README.md just fixes... bla bla bla 2013-09-24 00:30:12 +02:00

linspector

A simple, Python based, system & network vital information monitoring solution.

Please visit http://linspector.org/ for more information. Much stuff there is outdated but we have redesigned a lot.

The code is very simple and easy to understand, so take a look there if you are interested in Linspector.

Linspector currently only supports a "tcpconnect" probe on ports as a service to monitor. It supports reporting via SMTP and XMPP. Not more!

For us it is great that the idea of that kind of software works perfectly using Python.

Parsing the configuration file wasn't easy since Linspector objects are being created dynamically from configuration. It works!

Scheduling of jobs is also done. It works!

Alerting of jobs is partly done but: It works!

We need to fix some bugs but when this is done we will start adding features to make Linspector usable in the wild.

Next step will be business logic to manage an admins everyday monitoring tasks. SNMP will be added when the "tcpconnect" service works perfectly; Then some more services will be added too. We need the framework running first and then we will go on... ;)

Since we are redesigning a lot off stuff from day to day it makes no sense to publish documentation. We are working on a small set of documents to make readers understand Linspector but for now there is no time for that.

Linspector is licensed under the terms of the AGPL license.