mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-14 17:52:26 +00:00
fix db conf
This commit is contained in:
parent
9f637c0083
commit
fef7c7b11f
@ -98,14 +98,17 @@ object Zone "director-global" { global = true }
|
|||||||
EOF
|
EOF
|
||||||
bash -c "cat > /etc/icingadb/config.yml" <<EOF
|
bash -c "cat > /etc/icingadb/config.yml" <<EOF
|
||||||
database:
|
database:
|
||||||
dsn: icingadb@tcp(127.0.0.1:3306)/icingadb
|
type: mysql
|
||||||
|
host: localhost
|
||||||
|
database: icingadb
|
||||||
|
user: icingadb
|
||||||
password: ${ICINGADB_PASS}
|
password: ${ICINGADB_PASS}
|
||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6380
|
port: 6380
|
||||||
logging:
|
logging:
|
||||||
level: info
|
level: info
|
||||||
output: stdout
|
output: systemd-journald
|
||||||
EOF
|
EOF
|
||||||
icinga2 feature enable icingadb
|
icinga2 feature enable icingadb
|
||||||
#systemctl restart icinga2
|
#systemctl restart icinga2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user