mirror of https://github.com/Icinga/icinga2.git
Fix a typo in the example of the StatusDataWriter documentation
fixes #8171
This commit is contained in:
parent
6ae9685cee
commit
d78f7be909
|
@ -1604,7 +1604,7 @@ Example:
|
|||
|
||||
object StatusDataWriter "status" {
|
||||
status_path = "/var/cache/icinga2/status.dat"
|
||||
objects_path = "/var/cache/icinga2/objects.path"
|
||||
objects_path = "/var/cache/icinga2/objects.cache"
|
||||
update_interval = 30s
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue