]> granicus.if.org Git - icinga2/commitdiff
Update the livestatus socket path in the documentation.
authorGunnar Beutner <gunnar@beutner.name>
Wed, 11 Dec 2013 17:28:46 +0000 (18:28 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 11 Dec 2013 17:28:46 +0000 (18:28 +0100)
Fixes #5308

doc/4.3-object-types.md

index 869d0fbb5a1cace0dd097b285abf3df0daa351d2..e9ddef1c0e23d333db2a757a75d3c91515a95eee 100644 (file)
@@ -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**