From 9db291395f84b74076de5c96aca00e07f9eef0ff Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 26 Feb 2015 09:11:02 +0100 Subject: [PATCH] collectd-exec(5): Clarify the format of the Time: header. --- src/collectd-exec.pod | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index 2c596302..fd9b3a0c 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -188,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 @@ -210,7 +210,9 @@ Severity of the notification. May either be B, B, or B. =item B