35 lines
929 B
INI
35 lines
929 B
INI
|
[internal_db]
|
||
|
type = db
|
||
|
db = mysql
|
||
|
host = localhost
|
||
|
port = 3306
|
||
|
password = icingaweb
|
||
|
username = icingaweb
|
||
|
dbname = icingaweb
|
||
|
|
||
|
[ido]
|
||
|
type = db
|
||
|
db = mysql
|
||
|
host = localhost
|
||
|
port = 3306
|
||
|
password = icinga
|
||
|
username = icinga
|
||
|
dbname = icinga
|
||
|
|
||
|
[statusdat]
|
||
|
type = statusdat
|
||
|
status_file = /usr/local/icinga-mysql/var/status.dat
|
||
|
object_file = /usr/local/icinga-mysql/var/objects.cache
|
||
|
|
||
|
[livestatus]
|
||
|
type = livestatus
|
||
|
socket = /usr/local/icinga-mysql/var/rw/live
|
||
|
|
||
|
[internal_ldap]
|
||
|
type = ldap
|
||
|
hostname = localhost
|
||
|
port = 389
|
||
|
root_dn = "ou=people, dc=icinga, dc=org"
|
||
|
bind_dn = "cn=admin,cn=config"
|
||
|
bind_pw = admin
|