X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-unixsock.pod;h=b241a9f3430af3ac33cf2c326a53b691fdaecc1d;hb=103f05e098865196fc5f28df51e99b64fd6b5202;hp=83802a14f7a0ba2576c94f0b223b1ddc07b54f67;hpb=a34e8aa2adda392a8ee11d974fc72592be308607;p=collectd.git diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index 83802a14..b241a9f3 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -1,3 +1,5 @@ +=encoding UTF-8 + =head1 NAME collectd-unixsock - Documentation of collectd's C @@ -11,6 +13,7 @@ collectd-unixsock - Documentation of collectd's C SocketFile "/path/to/socket" SocketGroup "collectd" SocketPerms "0770" + DeleteSocket false =head1 DESCRIPTION @@ -174,11 +177,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 @@ -240,6 +256,6 @@ L =head1 AUTHOR -Florian Forster Eocto@verplant.orgE +Florian Forster Eocto@collectd.orgE =cut