File: README.NetWatch

package info (click to toggle)
gps 0.9.4-1.woody2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 964 kB
  • ctags: 928
  • sloc: cpp: 10,822; sh: 381; makefile: 307; ansic: 227; perl: 17
file content (50 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

Network Watch Feature README
(introduced in gPS 0.5.1)

The network watch feature allows gPS to watch remote
computers like it watches the one it is running on.

This feature is composed of two parts:

- gPS, which is responsible to ask the remote machines
  for information

- rgpsp, a program (daemon) that must be run on all
  remotely watched computers to answer gPS requests. We call
  rgpsp a poller (rgpsp = remote gPS poller)

Both gPS and rgpsp are distributed in this package, and
when you install gPS you may choose between installing
gPS, rgpsp or both.

Currently rgpsp is available for Linux and FreeBSD/i386, but
we are working to provide a generic Unix one and specific pollers
for other Un*xes. Lack of hardware for test is the greater
problem.

REQUIREMENTS
------------

A computer may both watch and be watched. To be watched,
a computer must have rgpsp running and be networked with
TCP/IP to the watcher(s).

To watch, a computer must have X11, gtk+ >= 1.2.1 ,
gPS >= 0.5.1, and be networked with TCP/IP to the
watched one(s).

For help on command line options, see the gps and rgpsp
man pages.

There is a brief explanation on how to get Network Watch
working on a sample network on gPS's website:

                 http://www.gps.seul.org

Administrators who want to run rgpsp automatically may wish to
use the /etc/rc.d/init.d/rgpsp SysV init script.

---
March 2000