Fix wrong types.

This commit is contained in:
Michael Friedrich 2013-09-25 13:44:53 +02:00
parent ce7bc00ce5
commit d594d0d67e
2 changed files with 2 additions and 2 deletions

View 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",

View 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.