From: John-John Tedro Date: Sun, 29 Sep 2013 16:48:52 +0000 (+0000) Subject: [doc] Added documentation for adding of meta information using PUTNOTIF X-Git-Tag: collectd-5.5.0~257^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F416%2Fhead;p=thirdparty%2Fcollectd.git [doc] Added documentation for adding of meta information using PUTNOTIF --- diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index 2c5963025..41f967e90 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 diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index 40626d373..7cc6e7040 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -176,11 +176,24 @@ table. All the options are optional, but B without B or B without B doesn't make much sense and should be avoided. -Please note that this is the same format as used in the B, see -L. +=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 + +Please note that this is the same format as used in the B, see +L. + Example: -> | PUTNOTIF type=temperature severity=warning time=1201094702 message=The roof is on fire! <- | 0 Success