]> granicus.if.org Git - icinga2/commitdiff
Docs: Remove instance_name from Ido*Connection example
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 14 Apr 2016 14:04:29 +0000 (16:04 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 20 Apr 2016 08:09:37 +0000 (10:09 +0200)
fixes #11592

doc/6-object-types.md

index 28c588a8f88999873032d0131be31d3123d57030..d6e8ed697533f7e54c922a775645fc4c7585c0ff 100644 (file)
@@ -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: