zabbix: add server frontend 6927/head
authorKrystian Kozak <krystian.kozak20@gmail.com>
Mon, 29 Oct 2018 20:13:08 +0000 (21:13 +0100)
committerKrystian Kozak <krystian.kozak20@gmail.com>
Mon, 29 Oct 2018 20:13:08 +0000 (21:13 +0100)
commit18ce68a7cc7b236c72a9e5c64b99fcf20b926dc1
treef0b4d58693e33af84b9b7f8e07e8c79242ddd44b
parent6f320da5266cb7d77488a7ed7520756f728f4895
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>
admin/zabbix/Makefile