mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-14 17:52:26 +00:00
fix
This commit is contained in:
parent
20e9eb0567
commit
2770be3297
@ -108,7 +108,7 @@ logging:
|
|||||||
output: stdout
|
output: stdout
|
||||||
EOF
|
EOF
|
||||||
icinga2 feature enable icingadb
|
icinga2 feature enable icingadb
|
||||||
systemctl restart icinga2
|
#systemctl restart icinga2
|
||||||
|
|
||||||
mkdir -p /etc/icingaweb2
|
mkdir -p /etc/icingaweb2
|
||||||
bash -c "cat > /etc/icingaweb2/resources.ini" <<EOF
|
bash -c "cat > /etc/icingaweb2/resources.ini" <<EOF
|
||||||
@ -204,7 +204,6 @@ icinga2 api setup
|
|||||||
systemctl enable icinga2 mariadb nginx php${PHP_VERSION}-fpm influxdb grafana-server icingadb icingadb-redis
|
systemctl enable icinga2 mariadb nginx php${PHP_VERSION}-fpm influxdb grafana-server icingadb icingadb-redis
|
||||||
|
|
||||||
systemctl start mariadb
|
systemctl start mariadb
|
||||||
while ! mysqladmin ping -h localhost --silent; do sleep 2; done
|
|
||||||
systemctl start icinga2 icingadb-redis nginx php${PHP_VERSION}-fpm influxdb grafana-server icingadb
|
systemctl start icinga2 icingadb-redis nginx php${PHP_VERSION}-fpm influxdb grafana-server icingadb
|
||||||
|
|
||||||
IWEB_SCHEMA="/usr/share/icingaweb2/schema/mysql.schema.sql"
|
IWEB_SCHEMA="/usr/share/icingaweb2/schema/mysql.schema.sql"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user