From c271cc940121b1740b34e4562eacbb4ece5f00f5 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 2 Oct 2012 11:27:14 +0200 Subject: [PATCH] s/component/Component/ in docs --- docs/icinga2-config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/icinga2-config.txt b/docs/icinga2-config.txt index b974e8f9f..55e5d0746 100644 --- a/docs/icinga2-config.txt +++ b/docs/icinga2-config.txt @@ -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", -- 2.40.0