From 90dc637b2c85e9d426c74fb0cba677a3f72c3296 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 11 Dec 2013 18:28:46 +0100 Subject: [PATCH] Update the livestatus socket path in the documentation. Fixes #5308 --- doc/4.3-object-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/4.3-object-types.md b/doc/4.3-object-types.md index 869d0fbb5..e9ddef1c0 100644 --- a/doc/4.3-object-types.md +++ b/doc/4.3-object-types.md @@ -730,7 +730,7 @@ Example: object LivestatusListener "livestatus-unix" { socket_type = "unix", - socket_path = "/var/run/icinga2/livestatus" + socket_path = "/var/run/icinga2/cmd/livestatus" } Attributes: @@ -740,7 +740,7 @@ Attributes: socket\_type |**Optional.** Specifies the socket type. Can be either "tcp" or "unix". Defaults to "unix". bind\_host |**Optional.** Only valid when socket\_type is "tcp". Host address to listen on for connections. Defaults to "127.0.0.1". bind\_port |**Optional.** Only valid when `socket\_type` is "tcp". Port to listen on for connections. Defaults to 6558. - socket\_path |**Optional.** Only valid when `socket\_type` is "unix". Specifies the path to the UNIX socket file. Defaults to IcingaLocalStateDir + "/run/icinga2/livestatus". + socket\_path |**Optional.** Only valid when `socket\_type` is "unix". Specifies the path to the UNIX socket file. Defaults to IcingaLocalStateDir + "/run/icinga2/cmd/livestatus". compat\_log\_path |**Optional.** Required for historical table queries. Requires `CompatLogger` feature enabled. Defaults to IcingaLocalStateDir + "/log/icinga2/compat" > **Note** -- 2.40.0