mirror of https://github.com/Icinga/icinga2.git
Fix wrong types.
This commit is contained in:
parent
ce7bc00ce5
commit
d594d0d67e
|
@ -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",
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue