X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd-exec.pod;h=fd9b3a0c02c7eba4b0fe617d5f759f7b9d424793;hb=9c3ed6462c15fd1cb664cd0ec2a5efb289aa1af6;hp=fefde0dcd8103897e162a8a53e49762a84b7bf70;hpb=d6662f5c5b0d2d474b6a167659d05892ec8171ec;p=collectd.git diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index fefde0dc..fd9b3a0c 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -1,3 +1,5 @@ +=encoding UTF-8 + =head1 NAME collectd-exec - Documentation of collectd's C @@ -186,13 +188,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 @@ -208,7 +210,9 @@ Severity of the notification. May either be B, B, or B. =item B