]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
nginx: document 'Socket' option 3884/head
authorBas Stottelaar <basstottelaar@gmail.com>
Wed, 16 Jun 2021 21:50:41 +0000 (23:50 +0200)
committerBas Stottelaar <basstottelaar@gmail.com>
Wed, 16 Jun 2021 22:53:53 +0000 (00:53 +0200)
src/collectd.conf.pod

index 3a4554b96fdaf0613a4c49b8aa2f55591320b6f7..91ea8d43e435fc81d87fbe75015972dd9db9aca7 100644 (file)
@@ -6527,6 +6527,12 @@ The B<Timeout> option sets the overall timeout for HTTP requests to B<URL>, in
 milliseconds. By default, the configured B<Interval> is used to set the
 timeout.
 
+=item B<Socket> I<Path>
+
+The B<Socket> option sets the UNIX domain socket to use, if the NGINX listens
+on a UNIX domain socket instead. Note that you still need to provide the
+B<URL> option.
+
 =back
 
 =head2 Plugin C<notify_desktop>