summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b7d4060)
raw | patch | inline | side by side (parent: b7d4060)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 24 Oct 2007 22:29:28 +0000 (00:29 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 25 Oct 2007 05:40:40 +0000 (07:40 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd-exec.pod | patch | blob | history | |
src/collectd-snmp.pod | patch | blob | history | |
src/collectd-unixsock.pod | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index 27d0eedca01956d44787ef9b7c08a0a8caca9237..29ff45bd83dbea0053af1420e040e4c2f932e40f 100644 (file)
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
key-value-pair. A list of currently understood options can be found below, all
other options will be ignored.
-I<Valuelist> is a colon-seperated list of the time and the values, each either
+I<Valuelist> is a colon-separated list of the time and the values, each either
an integer if the data-source is a counter, of a double if the data-source if
of type "gauge". You can submit an undefined gauge-value by using B<U>. When
submitting B<U> to a counter the behavior is undefined. The time is given as
diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod
index a08b69ed3e7e6527bdebb9ecca86b1d9c3f66308..001925453c27897a9c5645b6dd3fabcf645668cd 100644 (file)
--- a/src/collectd-snmp.pod
+++ b/src/collectd-snmp.pod
Since the aim of the C<snmp plugin> is to provide a generic interface to SNMP,
it's configuration is not trivial and may take some time.
-Since the C<Net-SNMP> library is used you cann use all the environment
+Since the C<Net-SNMP> library is used you can use all the environment
variables that are interpreted by that package. See L<snmpcmd(1)> for more
details.
If B<Table> is set to I<true>, you may feel the need to add something to the
instance of the files. If set, I<String> is prepended to the instance as
-determinded by querying the agent. When B<Table> is set to I<false> this option
+determined by querying the agent. When B<Table> is set to I<false> this option
has no effect.
The C<UPS-MIB> is an example where you need this setting: It has voltages of
index 1be0654d8b971407ebe2de77996bc7b27f220cb2..5769329fa1e4df6078c5e17a7bd6ed3e3599b4dd 100644 (file)
=item B<LISTVAL>
-Returnes a list of the values available in the value cache together with the
+Returns a list of the values available in the value cache together with the
time of the last update, so that querying applications can issue a B<GETVAL>
command for the values that have changed.
The first line's status number is the number of identifiers returned or less
-than zero if an error occured. Each of the following lines containes the
-update time as an epoch value and the identifier, seperated by a space.
+than zero if an error occurred. Each of the following lines contains the
+update time as an epoch value and the identifier, separated by a space.
Example:
-> | LISTVAL
key-value-pair. A list of currently understood options can be found below, all
other options will be ignored.
-I<Valuelist> is a colon-seperated list of the time and the values, each either
+I<Valuelist> is a colon-separated list of the time and the values, each either
an integer if the data-source is a counter, of a double if the data-source if
of type "gauge". You can submit an undefined gauge-value by using B<U>. When
submitting B<U> to a counter the behavior is undefined. The time is given as
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 56c313aeedd402612226f171f7c0194cf329596c..dc9d8bc084d6636cd6be5953821e8503bf196f38 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=head2 Plugin C<nginx>
-This plugin collects the number of connections and requests handeled by the
+This plugin collects the number of connections and requests handled by the
C<nginx daemon> (speak: engineE<nbsp>X), a HTTP and mail server/proxy. It
queries the page provided by the C<ngx_http_stub_status_module> module, which
isn't compiled by default. Please refer to
=item B<LocalPort> I<Port>
Count the connections to a specific local port. This can be used to see how
-many connections are handeled by a specific daemon, e.E<nbsp>g. the mailserver.
+many connections are handled by a specific daemon, e.E<nbsp>g. the mailserver.
You have to specify the port in numeric form, so for the mailserver example
you'd need to set B<25>.
=item B<RemotePort> I<Port>
-Count the connections to a specific remote port. This is usefull to see how
+Count the connections to a specific remote port. This is useful to see how
much a remote service is used. This is most useful if you want to know how many
connections a local service has opened to remote services, e.E<nbsp>g. how many
connections a mail server or news server has to other mail or news servers, or