mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
s/component/Component/ in docs
This commit is contained in:
parent
516a6cf6d4
commit
c271cc9401
1 changed files with 2 additions and 2 deletions
|
|
@ -408,7 +408,7 @@ There are optional components which may not run on every operating system, such
|
|||
Example:
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
local object component "compat" {
|
||||
local object Component "compat" {
|
||||
statuspath = "status.dat",
|
||||
objectspath = "objects.cache",
|
||||
}
|
||||
|
|
@ -431,7 +431,7 @@ localstatedir location.
|
|||
Example:
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
local object component "compatido" {
|
||||
local object Component "compatido" {
|
||||
socket_address = "127.0.0.1",
|
||||
socket_port = "5668",
|
||||
instance_name = "i2-default",
|
||||
|
|
|
|||
Loading…
Reference in a new issue