]> granicus.if.org Git - icinga2/commitdiff
Fix wrong types.
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Sep 2013 11:44:53 +0000 (13:44 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Sep 2013 11:44:53 +0000 (13:44 +0200)
components/db_ido_mysql/db_ido_mysql-type.conf
etc/icinga2/icinga2.conf.dist

index 77eba0369aa1500939c51ccb30dfb0c1842186e7..6116badde6aee298f80851e322ca81af23845c2d 100644 (file)
@@ -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",
 
index 28244afa8e55db41e569a7705971cac511fb7282..d0a52ebd208a38eba68f840c71acbc81777e7144 100644 (file)
@@ -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.