]> granicus.if.org Git - icinga2/commitdiff
s/component/Component/ in docs
authorMichael Friedrich <michael.friedrich@gmail.com>
Tue, 2 Oct 2012 09:27:14 +0000 (11:27 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Tue, 2 Oct 2012 09:27:14 +0000 (11:27 +0200)
docs/icinga2-config.txt

index b974e8f9fafb6414edbad6eca26c70e69992d081..55e5d0746c9c87ed01abdc22011e9bef3868680a 100644 (file)
@@ -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",