ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/README
(Generate patch)

Comparing projects/cms/source/ihost/README (file contents):
Revision 1.1 by tdb, Thu May 30 16:31:32 2002 UTC vs.
Revision 1.3 by tdb, Mon Mar 3 14:28:54 2003 UTC

# Line 3 | Line 3 | http://www.i-scream.org.uk
3  
4   $Id$
5  
6 + Description
7 + -----------
8 +
9 + ihost is a host for the i-scream central monitoring system. It's task
10 + is to collect information about the machine it runs on and report it
11 + to the server for monitoring. It makes use of the external libstatgrab
12 + library for collecting this information.
13 +
14   Building and Installation
15   -------------------------
16  
# Line 15 | Line 23 | Then install as root;
23  
24   make install
25  
26 < You may which to use one of the following configure options to change
26 > You may wish to use one of the following configure options to change
27   aspects of this process;
28  
29 +  --with-libstatgrab-prefix=PATH
30    --with-pid-file=FILE
31 +  --with-log-file=FILE
32    --with-max-udp-size=SIZE
33  
34 < The first allows you to specify the location of the PID file. The second
35 < allows you to specify the maximum UDP packet size, although you shouldn't
36 < need to change this in normal circumstances.
34 > The first allows you to specify the prefix to the libstatgrab library
35 > if it's not in a standard place. The next two give you the option of
36 > changing the location of the PID file, and changing the location of the
37 > log file. The last option allows you to change the maximum size of the
38 > UDP packets ihost sends to the server, although you shouldn't need to
39 > change this in normal circumstances.
40  
41   There are, of course, the usual GNU-style configure options;
42  
# Line 38 | Line 51 | Running ihost
51   Running ihost with the -h flag will provide a list of options. You will
52   need to know the address and port number of your i-scream server's filter
53   manager. These details should be given on the command line to ihost.
41
42 You may which to run ihost as a daemon, and the ihostchk.sh script helps
43 to ensure it's kept running. Alter the details at the top of this script
44 and add it to cron.
54  
55   Problems?
56   ---------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines