X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-unixsock.pod;h=83802a14f7a0ba2576c94f0b223b1ddc07b54f67;hb=f1b5b8611d87a7904c31ae4b28ea47f11f3c38b9;hp=7aa7ac7ce72150ac6bb465889948049097d7549f;hpb=90287c6d240a168fca8d01f8330e2e2263e1f0a4;p=collectd.git diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index 7aa7ac7c..83802a14 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -17,11 +17,11 @@ collectd-unixsock - Documentation of collectd's C The C opens an UNIX-socket over which one can interact with the daemon. This can be used to use the values collected by collectd in other -applications, such as monitoring, or submit externally collected values to -collectd. +applications, such as monitoring solutions, or submit externally collected +values to collectd. -This plugin is used by L to check if some value is in a -certain range and exit with a Nagios-compatible exit code. +For example, this plugin is used by L to check if some +value is in a certain range and exit with a Nagios-compatible exit code. =head1 COMMANDS @@ -92,12 +92,13 @@ plugin within collectd. I identifies the type and number of values (i.Ee. data-set) passed to collectd. A large list of predefined data-sets is available in the B file. -The I is an optional list of I, where each option if a +The I is an optional list of I, where each option is a key-value-pair. A list of currently understood options can be found below, all -other options will be ignored. +other options will be ignored. Values that contain spaces must be quoted with +double quotes. I 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 +an integer if the data-source is a counter, or a double if the data-source is of type "gauge". You can submit an undefined gauge-value by using B. When submitting B to a counter the behavior is undefined. The time is given as epoch (i.Ee. standard UNIX time). @@ -130,10 +131,10 @@ Example: Submits a notification to the daemon which will then dispatch it to all plugins which have registered for receiving notifications. -The B if followed by a list of options which further describe the -notification. The B option is special in that it will consume the rest -of the line as its value. The B, B, and B