]> granicus.if.org Git - icinga2/blobdiff - doc/17-language-reference.md
ITL: Fix missing double quote in ssl-cert CheckCommand
[icinga2] / doc / 17-language-reference.md
index b29d96de0c856d0d15d9e98e49c79af683d247ad..7aa58bbe86fe252bf2110bac1e64c820c2433eb2 100644 (file)
@@ -78,6 +78,8 @@ Example:
 
     "Hello World!"
 
+#### <a id="string-literals-escape-sequences"></a> String Literals Escape Sequences
+
 Certain characters need to be escaped. The following escape sequences
 are supported:
 
@@ -381,7 +383,6 @@ ObjectsPath         |**Read-write.** Contains the path of the Icinga 2 objects f
 PidPath             |**Read-write.** Contains the path of the Icinga 2 PID file. Defaults to RunDir + "/icinga2/icinga2.pid".
 Vars                |**Read-write.** Contains a dictionary with global custom attributes. Not set by default.
 NodeName            |**Read-write.** Contains the cluster node name. Set to the local hostname by default.
-UseVfork            |**Read-write.** Whether to use vfork(). Only available on *NIX. Defaults to true.
 EventEngine         |**Read-write.** The name of the socket event engine, can be "poll" or "epoll". The epoll interface is only supported on Linux.
 AttachDebugger      |**Read-write.** Whether to attach a debugger when Icinga 2 crashes. Defaults to false.
 RunAsUser           |**Read-write.** Defines the user the Icinga 2 daemon is running as. Used in the `init.conf` configuration file.