OverCR 1.50.00 <BETA 1.49.08> 10/01/1999
=====================================

Well here is another OverCR collector release. WARNING!!! If you are
running Solaris make sure you have all the updates applied. There is a
known bug in Solaris that effects the way the OverCR Collector forks.

PLAY WITH IT!
=============

1. Copy collector.conf to /etc
2. Edit collector.conf to reflect your network
3. Start the program (./collector.pl)
4. Telnet to port 2000 of the collector machine
5. Type the commands below and see the results

diskspace
process httpd,named,kerneld
netstat 2000
version
postel
quit


INSTALL
=======

Simply add it to your initialization scripts so that it starts on boot-up.
For better security run it as a non-root user via su.
(Boy we need to better document this)


COMMANDS
========


NETSTAT <port>
      Allows you to monitor the number of connections to a TCP/IP Port.
   EG: netstat 110
      Tells you the number of pop mail sockets.

PROCESS <process_name,process_name...>
      Allows you to monitor which processes are running.
   EG: process httpd,named
      Tells you if httpd and named are running and how many copies.

DISKSPACE
      Allows you to monitor file system utilization
   EG: diskspace
      Will tell you file system utilization for all local file systems.

UPTIME
      Allows you to monitor the systems uptime
   EG: uptime
      Will tell you the systems uptime.

LOAD
      Allows you to monitor system load
   EG: load
      Reports the load during the last 1, 5 and 15 minutes.

VERSION
      Notifies you of what version the OverCR collector is.
   EG: version
      Will tell you what version of the OverCR collector you are running.

POSTEL
      A tribute to the founder of the Internet.
   EG: postel
      Reports the date of death.

QUIT
      Quits, disconnects session.
   EG: quit
