forked from pool/zabbix
f96b4963c8
- updated to latest release 4.0.34 - New Features and Improvements + ZBXNEXT-6852 Updated localization for Zabbix Support URL - Bug Fixes + ZBX-19814 Added ignoring final result in case if fping quits on a signal + ZBX-19931 Fixed crash on big-endian systems when processing history + ZBX-19580 Fixed date format mismatch in UI elements that are loaded via JavaScript + ZBX-19236 Fixed task manager constantly busy with close_problem task if trigger no longer exists but event still exist + ZBX-19857 Dropped support for the non-working option "with_gui_access" in the usergroup.get() method OBS-URL: https://build.opensuse.org/request/show/923347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zabbix?expand=0&rev=14 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
apache2-zabbix.conf | ||
README-SSL.SUSE | ||
README.SUSE | ||
rn4.0.0.html | ||
zabbix-3.0.25-new-m4-pgsql.patch | ||
zabbix-4.0.34.tar.gz | ||
zabbix-agentd.firewall | ||
zabbix-agentd.service | ||
zabbix-java-gateway.firewall | ||
zabbix-java-gateway.service | ||
zabbix-java-gateway.sh | ||
zabbix-logrotate.in | ||
zabbix-proxy.firewall | ||
zabbix-proxy.service | ||
zabbix-server.firewall | ||
zabbix-server.service | ||
zabbix-tmpfiles.conf | ||
zabbix.changes | ||
zabbix.spec |
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.