summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/ido-mysql.conf
blob: 7b44c23f2c6340697a307b108307918471928809 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * The IdoMysqlConnection type implements MySQL support
 * for DB IDO.
 */

object IdoMysqlConnection "ido-mysql" {
  //user = "icinga"
  //password = "icinga"
  //host = "localhost"
  //database = "icinga"
}