Docs: Remove instance_name from Ido*Connection example

fixes #11592
This commit is contained in:
Michael Friedrich 2016-04-14 16:04:29 +02:00
parent 5c04331de3
commit f28997bec0
1 changed files with 0 additions and 10 deletions

View File

@ -674,16 +674,11 @@ Example:
user = "icinga" user = "icinga"
password = "icinga" password = "icinga"
database = "icinga" database = "icinga"
table_prefix = "icinga_"
instance_name = "icinga2"
instance_description = "icinga2 instance"
cleanup = { cleanup = {
downtimehistory_age = 48h downtimehistory_age = 48h
logentries_age = 31d logentries_age = 31d
} }
categories = DbCatConfig | DbCatState
} }
Configuration Attributes: Configuration Attributes:
@ -764,16 +759,11 @@ Example:
user = "icinga" user = "icinga"
password = "icinga" password = "icinga"
database = "icinga" database = "icinga"
table_prefix = "icinga_"
instance_name = "icinga2"
instance_description = "icinga2 instance"
cleanup = { cleanup = {
downtimehistory_age = 48h downtimehistory_age = 48h
logentries_age = 31d logentries_age = 31d
} }
categories = DbCatConfig | DbCatState
} }
Configuration Attributes: Configuration Attributes: