Commit 668c02d0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed installation of web UI

parent d7b11883
...@@ -119,7 +119,7 @@ server: zabbix-server-service zabbix-server-config httpd-conf ...@@ -119,7 +119,7 @@ server: zabbix-server-service zabbix-server-config httpd-conf
sed -e 's|^Timeout=.*|Timeout=10|' -i /etc/zabbix_server.conf sed -e 's|^Timeout=.*|Timeout=10|' -i /etc/zabbix_server.conf
sed -e 's|^# Include=/usr/local/etc/zabbix_server\.conf\.d/\*\.conf|Include=/etc/zabbix_server.conf.d/*.conf|' -i /etc/zabbix_server.conf sed -e 's|^# Include=/usr/local/etc/zabbix_server\.conf\.d/\*\.conf|Include=/etc/zabbix_server.conf.d/*.conf|' -i /etc/zabbix_server.conf
sed -e 's|^# StartIPMIPollers=0|StartIPMIPollers=1|' -i /etc/zabbix_server.conf sed -e 's|^# StartIPMIPollers=0|StartIPMIPollers=1|' -i /etc/zabbix_server.conf
cp -rv zabbix-5.4.2/frontends/php/* /srv/www cp -rv zabbix-5.4.2/ui/* /srv/www
cp zabbix.conf.php /srv/www/conf cp zabbix.conf.php /srv/www/conf
rm /srv/www/conf/zabbix.conf.php.example rm /srv/www/conf/zabbix.conf.php.example
chown -v -R apache:apache /srv/www chown -v -R apache:apache /srv/www
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment