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

object IdoPgsqlConnection "ido-pgsql" {
  //user = "icinga"
  //password = "icinga"
  //host = "localhost"
  //database = "icinga"
}