mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-30 14:49:26 +02:00
fix
This commit is contained in:
parent
20e9eb0567
commit
2770be3297
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue