mirror of https://github.com/Icinga/icinga2.git
Documentation: Fix wrong double quote.
This commit is contained in:
parent
8d7f1ec925
commit
f86cb48563
|
@ -838,7 +838,7 @@ a defined JSON file.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
object IcingaStatusWriter "status" {
|
object IcingaStatusWriter "status" {
|
||||||
status_path = (IcingaLocalStateDir + "/cache/icinga2/status.json)",
|
status_path = (IcingaLocalStateDir + "/cache/icinga2/status.json"),
|
||||||
update_interval = 15s
|
update_interval = 15s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue