mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
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" {
|
object StatusDataWriter "status" {
|
||||||
status_path = "/var/cache/icinga2/status.dat"
|
status_path = "/var/cache/icinga2/status.dat"
|
||||||
objects_path = "/var/cache/icinga2/objects.path"
|
objects_path = "/var/cache/icinga2/objects.cache"
|
||||||
update_interval = 30s
|
update_interval = 30s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user