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-09-24 00:01:52 +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 nothing done... just pass... ;) 2013-09-23 23:50:59 +02:00
lib this twitter stuff sucks. doesn't work actually 2013-09-23 22:43:06 +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 he surely is... ;) 2013-08-13 22:52:16 +02:00
LICENSE test 2013-05-23 20:09:46 +02:00
linspector just some housekeeping... :) i like! 2013-09-21 04:44:01 +02:00
Makefile new docs 2013-05-27 01:46:32 +02:00
README.md added some content 2013-09-24 00:01:52 +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 as a service to monitor. It support 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 created dynamically from configuration. Scheduling of jobs is also done. We need to fix some bugs but when this is done we will start adding features to make Linspector usable in the wild.

Linspector is licensed under the terms of the AGPL license.