10 |
|
-------------- |
11 |
|
|
12 |
|
ihost is a "host" application for the i-scream distributed central monitoring |
13 |
< |
system. The job of a host is to harvest data from the machine on which it's run |
14 |
< |
and then send this data to a central server for processing. |
13 |
> |
system. The job of a host is to harvest data from the machine on which it is |
14 |
> |
running and then send this data to a central server for processing. |
15 |
|
|
16 |
|
The ihost performs this task on Solaris, Linux and FreeBSD, and is written in |
17 |
|
the Perl programming Language. |
19 |
|
How do I use ihost? |
20 |
|
------------------- |
21 |
|
|
22 |
< |
Fortunately ihost is pretty easy to get started. Once you have downloaded and |
22 |
> |
Fortunately, ihost is pretty easy to get started. Once you have downloaded and |
23 |
|
extracted the archive, you just need to run the program. This is done as shown |
24 |
< |
here; |
24 |
> |
here: - |
25 |
|
|
26 |
< |
./ihost.pl <i-scream_filtermanager> <port> |
26 |
> |
./ihost.pl <i-scream_filtermanager> <port> |
27 |
|
|
28 |
|
The ihost should then start and configure itself, providing some debugging |
29 |
|
information. |
74 |
|
the new data from your system. Once this is done and tested, you would modify |
75 |
|
statgrab to add this data to an outgoing packet. |
76 |
|
|
77 |
< |
A more indepth discussion may be given in the system documentation. |
77 |
> |
A more indepth discussion is available in the maintenance documentation for |
78 |
> |
the ihost. |
79 |
|
|
80 |
|
Where can I get the latest ihost? |
81 |
|
--------------------------------- |