summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4958c31)
raw | patch | inline | side by side (parent: 4958c31)
author | octo <octo> | |
Mon, 13 Mar 2006 13:56:43 +0000 (13:56 +0000) | ||
committer | octo <octo> | |
Mon, 13 Mar 2006 13:56:43 +0000 (13:56 +0000) |
src/collectd.pod | patch | blob | history |
diff --git a/src/collectd.pod b/src/collectd.pod
index 0a3b91f46050dbef95fc48402607be20e5c446a5..8227ed9e638dc545fa3fc9fa5c35198e2998ef05 100644 (file)
--- a/src/collectd.pod
+++ b/src/collectd.pod
The other two modes, B<client mode> and B<server mode>, are used to send data
over a network and receive it again.
-In B<client mode> the daemon collectd the data locally and send it's result to
-one or more network addresses. No RRD files are written in this case. This is
-the only mode available if collectd is not linked against C<librrd>.
+In B<client mode> the daemon collects the data locally and sends it's results
+to one or more network addresses. No RRD files are written in this case. This
+is the only mode available if collectd is not linked against C<librrd>.
If started in B<server mode> the daemon will listen on one or more interfaces
and write the data it receives to RRD files. No data is collected locally.