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
|
=cut
TITLE=servers
DESCRIPTION=overall description of remstats servers
KEYWORDS=servers
DOCTOP=index
DOCPREV=install
DOCNEXT=config-tools
SECTION=Servers
=pod
=head1 Servers
There are a four servers currently:
=over 4
=item L<unix-status-server>
is queried by the L<unix-status-collector>
for various information it obtains by running various
commonly-available programs: C<df>, C<vmstat>, C<uptime>, C<netstat>,
C<uname>, C<ps> ...
=item L<log-server> (queried by the L<log-collector>)
reads the unread portion of the specified log-file and returns the requested
statistics.
=item L<remoteping-server>
is contacted by the L<remoteping-collector> which
supplies a list of hosts. The server runs L<multiping> against them and
returns results for each, similar to the results obtained from the
L<ping-collector>.
=item L<nt-status-server>
- provides access to information from Windows NT workstations and servers.
=back 4
|