X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-unixsock.pod;h=db7000a1d791c742e47c195369653fc86c60b2e4;hb=a503c54a95d139f117650a0e6d80e6edfe81e8bf;hp=ca00a6defe33e7c45d682c32bae1f90cccdda89a;hpb=ec404735b0676bb44fdba10f3760e1ba9632405a;p=collectd.git diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index ca00a6de..db7000a1 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,17 +13,18 @@ collectd-unixsock - Documentation of collectd's C SocketFile "/path/to/socket" SocketGroup "collectd" SocketPerms "0770" + DeleteSocket false =head1 DESCRIPTION The C opens an UNIX-socket over which one can interact with the daemon. This can be used to use the values collected by collectd in other -applications, such as monitoring, or submit externally collected values to -collectd. +applications, such as monitoring solutions, or submit externally collected +values to collectd. -This plugin is used by L to check if some value is in a -certain range and exit with a Nagios-compatible exit code. +For example, this plugin is used by L to check if some +value is in a certain range and exit with a Nagios-compatible exit code. =head1 COMMANDS @@ -81,7 +84,7 @@ Example: =item B I [I] I Submits one or more values (identified by I, see below) to the -daemon which will dispatch it to all it's write-plugins. +daemon which will dispatch it to all its write-plugins. An I is of the form CBIB<->IBIB<->I> with both @@ -131,10 +134,10 @@ Example: Submits a notification to the daemon which will then dispatch it to all plugins which have registered for receiving notifications. -The B if followed by a list of options which further describe the -notification. The B option is special in that it will consume the rest -of the line as its value. The B, B, and B