X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-unixsock.pod;h=d17852a79affe9d7f943c38069b2669fe1a39c50;hb=077f8e9a1b486670232ba71ef0e6219a45289241;hp=5769329fa1e4df6078c5e17a7bd6ed3e3599b4dd;hpb=939a113b288dfdee7df2263c682d27d7146c6013;p=collectd.git diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index 5769329f..d17852a7 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -77,7 +77,11 @@ daemon which will dispatch it to all it's write-plugins. An I is of the form CBIB<->IBIB<->I> with both I-parts being optional. If they're omitted the hyphen must be -omitted, too. +omitted, too. I and each I-part may be chosen freely as long +as the tuple (plugin, plugin instance, type instance) uniquely identifies the +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 key-value-pair. A list of currently understood options can be found below, all @@ -112,6 +116,64 @@ Example: -> | PUTVAL testhost/interface/if_octets-test0 interval=10 1179574444:123:456 <- | 0 Success +=item B [I] BI + +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