From f28997bec0aab4acfd902bf088a4d2e19cc69244 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 14 Apr 2016 16:04:29 +0200 Subject: [PATCH] Docs: Remove instance_name from Ido*Connection example fixes #11592 --- doc/6-object-types.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/6-object-types.md b/doc/6-object-types.md index 03e2c27d5..ea3934117 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -674,16 +674,11 @@ Example: user = "icinga" password = "icinga" database = "icinga" - table_prefix = "icinga_" - instance_name = "icinga2" - instance_description = "icinga2 instance" cleanup = { downtimehistory_age = 48h logentries_age = 31d } - - categories = DbCatConfig | DbCatState } Configuration Attributes: @@ -764,16 +759,11 @@ Example: user = "icinga" password = "icinga" database = "icinga" - table_prefix = "icinga_" - instance_name = "icinga2" - instance_description = "icinga2 instance" cleanup = { downtimehistory_age = 48h logentries_age = 31d } - - categories = DbCatConfig | DbCatState } Configuration Attributes: