README
What is Kimono?
---------------
Kimono is a network service monitor similar to sysmon. It aims to monitor
services to such an extend that the administrator can be certain of its function,
and in case of failure alert in a number of ways. It stores all data in an SQL
database. The data is collected through a daemon.
The code is object-oriented and built to be extended by anyone who wishes to
develop their own service monitor. The neccesary functions (data loading and
saving for example) is abstracted to enable developers to write their own
implementations.
Kimono is released under the GNU GPL license (see COPYING) and copyrighted
by Daniel Netz.
See http://downshift.org/kimono/ for more information.
|