X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd-exec.pod;h=10f9f618a2ef976f07222cf69e8edfc8d55727a6;hp=2c5963025a4269687307cf9e5c1f3d43cae70e47;hb=9817e7298bd6c364fa17347327af54adf048bd21;hpb=03d8ea084519d9d845e9ca8922f0177aeb9faa2d diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index 2c596302..10f9f618 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -169,6 +169,19 @@ table. All the options are optional, but B without B or B without B doesn't make much sense and should be avoided. +=item BI + +Sets user defined meta information. The B key is a single character +defining the type of the meta information. + +The current supported types are: + +=over 8 + +=item B A string passed as-is. + +=back + =back =back @@ -188,13 +201,13 @@ The data is passed to the executables over C in a format very similar to HTTP: At first there is a "header" with one line per field. Every line consists of a field name, ended by a colon, and the associated value until end-of-line. The "header" is ended by two newlines immediately following another, -i.Ee. an empty line. The rest, basically the "body", is the message of -the notification. +i.e. an empty line. The rest, basically the "body", is the message of the +notification. The following is an example notification passed to a program: Severity: FAILURE - Time: 1200928930 + Time: 1200928930.515 Host: myhost.mydomain.org \n This is a test notification to demonstrate the format @@ -210,7 +223,9 @@ Severity of the notification. May either be B, B, or B. =item B