1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
openwrt-packages/admin/zabbix
Krystian Kozak 18ce68a7cc zabbix: add server frontend
Added zabbix-server-frontend package, which allow to use website
interface.

To make frontend working, it is required to add some options to uhttpd
config witch allow php working.

uci add_list uhttpd.main.index_page='index.html, default.html,
index.php'
uci add_list uhttpd.main.interpreter='.php=/usr/bin/php-cgi'
uci set uhttpd.main.index_file='index.html, default.html, index.php'
uci commit

Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2018-10-29 21:13:08 +01:00
..
files zabbix: use ubus for zabbix-extra-network 2018-10-23 19:26:38 -04:00
patches zabbix: update to latest version 2018-09-30 21:13:43 -04:00
Makefile zabbix: add server frontend 2018-10-29 21:13:08 +01:00