From 839b1f438c1c9160237c00950a2f0671c3e93c35 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 24 Sep 2013 00:01:52 +0200 Subject: [PATCH] added some content --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f77cb0..d9050c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ linspector ========== -A simple Linux based vital information monitoring solution +A simple, Python based, system & network vital information monitoring solution -Please visit http://linspector.org/ for more information. +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. \ No newline at end of file