WELCOME
-------

Here is a cgi interface to mon servers.


NEWS
----

MINO release 0.02 


DEMO
----

Just have a glance to the result by clicking on the file minotaur.cgi     
Comments, good and bad, are welcome.

PRESENTATION
------------

Not everything under  this directory is  about the cgi stuff:

- The file   mon-example.cf is the  mon  configuration file  for  this
example.

- The REAME file is what you're reading now :)

- The file  mino.tar.gz is the exact archive  of this directory (minus
itself).

I've added two sub-directories : doc/ and lib/

The doc/ one is a documentation directory. The source files are in the
subdirectory  doc/Sgml/. The other  files are  generated by sgml-tools
and few tools like lynx,gnu make and bash (execept the Makefiles).  If
you have those tools just go in the doc directory and type:

$ make

It is safe. Then read.

The html and txt files are already there. you do not need sgml-tools
to read the doc. I haven't already grab the image. forgive me :)

The  lib/ is  there  because I wanted  a  CLient.pm well  working with
aliases, and the Translation module I couldn't  put on CPAN because no
response came from CPAN when I tried to post it.

The aliases view is a "transversal" one.  I'll explain it later.  Just
look at the file mon-exemple.cf and see what it means with the cgi.

INSTALLATION
------------

It use the Mon::Client stuff.
It works fine with mon0.38pre7

You need a auth.cf with:

list:           all
servertime:     all
test:           all

The cgi name is "minotaur.cgi". 
Read the config file "minotaur-cgi.conf" and change the values to suit 
your need (mon port, mon server, etc.).

TODO
----

- Grab the images.
- Better documentation with images.
- Add mon security.
- Localise the date.
- Add version information.
- What you want.
