From 4c0155511477003249b40e94ddf2f192ed8029c1 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 28c588a8f..d6e8ed697 100644 --- a/doc/6-object-types.md +++ b/doc/6-object-types.md @@ -698,16 +698,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: @@ -788,16 +783,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: -- 2.40.0