Find a file
2006-11-03 21:35:23 +00:00
debian readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
docs readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
samples readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
tests readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
aclocal.m4 readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
AUTHORS readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
ChangeLog readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
config.guess readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
config.sub readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
configure readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
configure.ac readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
COPYING readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
INSTALL readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
install-sh readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
Makefile.am readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
Makefile.in readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
Makefile.PL readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
missing readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
mkinstalldirs readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
NEWS readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
post-configure.in readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
ps-watcher readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
ps-watcher.in.in readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
README readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
THANKS readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
TODO readd ... got lost somewhere 2006-11-03 21:35:23 +00:00
touch.pl readd ... got lost somewhere 2006-11-03 21:35:23 +00:00

This directory holds the distribution for ps-watcher, a program for
montoring a system via ps-like commands.

Short instructions. Type:
  cd ps-watcher-*
  make

If make fails you probably need to get IniConf. It it works then...

  ./ps-watcher --nosyslog --log --config ./samples/sample.ini

Read the documentation to understand what you did.

----

Documentation is in docs directory. 

All of the source code is covered by the GNU GENERAL PUBLIC
LICENSE. See COPYING for details on this.

To use the program you will need Perl version 5.003 or greater 
installed and the following modules:

   Sys::Syslog
   File::Basename 
   Config::IniFiles
   Getopt::Long 

The only one of these that is not part of the core Perl distribution 
is Config::IniFiles which can be found at:

http://www.cpan.org/modules/by-module/Config/

In order to run the program you'll need a configuration file to 
use. Some samples configuration files can be found in the samples 
directory. See the README in that directory for a description of 
what the configuration files do.

See INSTALL for generic GNU configure instructions.

$Id: README,v 1.7 2003/05/16 00:12:59 rockyb Exp $