From: Michael Friedrich Date: Wed, 25 Sep 2013 11:44:53 +0000 (+0200) Subject: Fix wrong types. X-Git-Tag: v0.0.3~418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d594d0d67e4d36f92579e1a65914bc68b1ffc29e;p=icinga2 Fix wrong types. --- diff --git a/components/db_ido_mysql/db_ido_mysql-type.conf b/components/db_ido_mysql/db_ido_mysql-type.conf index 77eba0369..6116badde 100644 --- a/components/db_ido_mysql/db_ido_mysql-type.conf +++ b/components/db_ido_mysql/db_ido_mysql-type.conf @@ -17,7 +17,7 @@ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ******************************************************************************/ -type IdoMysqlDbConnection inherits DbConnection { +type IdoMysqlConnection inherits DbConnection { %attribute string "host", %attribute number "port", diff --git a/etc/icinga2/icinga2.conf.dist b/etc/icinga2/icinga2.conf.dist index 28244afa8..d0a52ebd2 100644 --- a/etc/icinga2/icinga2.conf.dist +++ b/etc/icinga2/icinga2.conf.dist @@ -25,7 +25,7 @@ set IcingaMacros = { library "compat" object StatusDataWriter "status" { } object ExternalCommandListener "command" { } -object CompatLog "compat-log" { } +object CompatLogger "compat-log" { } /** * And finally we define some host that should be checked.