parent
1f547aa1ec
commit
f5a232f3a7
|
@ -1,4 +1,4 @@
|
||||||
[internal_db]
|
[icingaweb-mysql]
|
||||||
type = db
|
type = db
|
||||||
db = mysql
|
db = mysql
|
||||||
host = localhost
|
host = localhost
|
||||||
|
@ -7,6 +7,15 @@ password = icingaweb
|
||||||
username = icingaweb
|
username = icingaweb
|
||||||
dbname = icingaweb
|
dbname = icingaweb
|
||||||
|
|
||||||
|
[icingaweb-pgsql]
|
||||||
|
type = db
|
||||||
|
db = pgsql
|
||||||
|
host = localhost
|
||||||
|
port = 5432
|
||||||
|
password = icingaweb
|
||||||
|
username = icingaweb
|
||||||
|
dbname = icingaweb
|
||||||
|
|
||||||
[ido]
|
[ido]
|
||||||
type = db
|
type = db
|
||||||
db = mysql
|
db = mysql
|
||||||
|
@ -15,20 +24,3 @@ port = 3306
|
||||||
password = icinga2
|
password = icinga2
|
||||||
username = icinga2
|
username = icinga2
|
||||||
dbname = icinga2
|
dbname = icinga2
|
||||||
|
|
||||||
[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
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[internal_db]
|
[icingaweb-mysql]
|
||||||
type = db
|
type = db
|
||||||
db = mysql
|
db = mysql
|
||||||
host = localhost
|
host = localhost
|
||||||
|
@ -7,22 +7,20 @@ password = icingaweb
|
||||||
username = icingaweb
|
username = icingaweb
|
||||||
dbname = icingaweb
|
dbname = icingaweb
|
||||||
|
|
||||||
|
[icingaweb-pgsql]
|
||||||
|
type = db
|
||||||
|
db = pgsql
|
||||||
|
host = localhost
|
||||||
|
port = 5432
|
||||||
|
password = icingaweb
|
||||||
|
username = icingaweb
|
||||||
|
dbname = icingaweb
|
||||||
|
|
||||||
[ido]
|
[ido]
|
||||||
type = db
|
type = db
|
||||||
db = mysql
|
db = mysql
|
||||||
host = localhost
|
host = localhost
|
||||||
port = 3306
|
port = 3306
|
||||||
password = icinga
|
password = icinga2
|
||||||
username = icinga
|
username = icinga2
|
||||||
dbname = icinga
|
dbname = icinga2
|
||||||
|
|
||||||
[livestatus]
|
|
||||||
type = livestatus
|
|
||||||
socket = /var/run/icinga2/cmd/livestatus
|
|
||||||
|
|
||||||
[logfile]
|
|
||||||
type = file
|
|
||||||
filename = "/var/log/icingaweb/icingaweb.log"
|
|
||||||
fields = "/^(?<datetime>[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}(\\+[0-9]{2}:[0-9]{2})?) - (?<loglevel>[A-Za-z]+) - (?<message>.*)$/"
|
|
||||||
; format: PCRE
|
|
||||||
;
|
|
||||||
|
|
Loading…
Reference in New Issue