]> granicus.if.org Git - icinga2/commitdiff
Fix that "categories" is not a valid attribute for DbConnection objects
authorJohannes Meyer <johannes.meyer@netways.de>
Thu, 16 Jan 2014 11:25:46 +0000 (12:25 +0100)
committerJohannes Meyer <johannes.meyer@netways.de>
Thu, 16 Jan 2014 11:25:46 +0000 (12:25 +0100)
refs #5482

lib/db_ido/db_ido-type.conf

index e127c0889f1318a36baf49716da54051fd772115..0bd1764abc605c3f5aa47a10c6f4ac168c1c7e91 100644 (file)
@@ -37,4 +37,6 @@ type DbConnection {
                 %attribute number "servicechecks_age",
                 %attribute number "systemcommands_age",
        },
+
+       %attribute number "categories"
 }