osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14

OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=1
This commit is contained in:
2019-09-17 12:04:58 +00:00
committed by Git OBS Bridge
commit 8d4af5be58
22 changed files with 6528 additions and 0 deletions

13
README.SUSE Normal file
View File

@@ -0,0 +1,13 @@
zabbix-phpfrontend:
To enable zabbix frontend in apache
type in console:
# a2enflag ZABBIX
or if you want to remove it from apache configuration
type in console:
# a2enflag -d ZABBIX
# service apache2 restart
or reload if apache restart is too disrupting
Please, make sure SSL is enabled and up in Apache2 config.
You can get inspired by https://www.zabbix.com/documentation/4.0/manual/installation/requirements/best_practices.
If you have Apache 2.4.30 or newer, it is even more simple: https://httpd.apache.org/docs/trunk/mod/mod_md.html.