mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-30 06:39:24 +02:00
fix db conf
This commit is contained in:
parent
9f637c0083
commit
fef7c7b11f
1 changed files with 5 additions and 2 deletions
|
@ -98,14 +98,17 @@ object Zone "director-global" { global = true }
|
|||
EOF
|
||||
bash -c "cat > /etc/icingadb/config.yml" <<EOF
|
||||
database:
|
||||
dsn: icingadb@tcp(127.0.0.1:3306)/icingadb
|
||||
type: mysql
|
||||
host: localhost
|
||||
database: icingadb
|
||||
user: icingadb
|
||||
password: ${ICINGADB_PASS}
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6380
|
||||
logging:
|
||||
level: info
|
||||
output: stdout
|
||||
output: systemd-journald
|
||||
EOF
|
||||
icinga2 feature enable icingadb
|
||||
#systemctl restart icinga2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue