]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix wrong double quote.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Fri, 21 Feb 2014 19:04:51 +0000 (20:04 +0100)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Fri, 21 Feb 2014 19:04:51 +0000 (20:04 +0100)
doc/4.3-object-types.md

index 354de33db4048832a79908b5d7f94dc06306c59d..911c0490ec935d48dbe0bf7ecb9807a9225416c1 100644 (file)
@@ -838,7 +838,7 @@ a defined JSON file.
 Example:
 
     object IcingaStatusWriter "status" {
-      status_path = (IcingaLocalStateDir + "/cache/icinga2/status.json)",
+      status_path = (IcingaLocalStateDir + "/cache/icinga2/status.json"),
       update_interval = 15s
     }