forked from pool/zabbix
8edd3075a9
- updated to latest release 4.0.32 - New Features and Improvements + ZBXNEXT-6662 Increased field size to 2000 characters in web scenario variables and web scenario step variables and post fields - Bug Fixes + ZBX-19558 Fixed creating of dependent item prototypes + ZBX-18695 Fixed file_put_contents() runtime error if web server has no write permissions for zabbix.conf.php + ZBX-19424 Fixed trigger handling failing if host name looks like a number + ZBX-19318 Added sorting by itemids for trends flush to avoid deadlock + ZBX-18879 Fixed update vmware info about vCenter fullname and version + ZBX-19447 Implemented item type validation by API + ZBX-19388 Fixed inherited graph and graph prototype update if user has no permissions to child host or template + ZBX-19358 Fixed memory leak in case of duplicate vmware hv uuid + ZBX-19248 Fixed retrieving of all data from separate database tables inside of API methods when empty value for filter is passed + ZBX-19300 Updated jquery version + ZBX-19139 Fixed memory errors in cmdline parsing on freebsd + ZBX-19359 Fixed error in logsource function due to empty source + ZBX-8999 Fixed exporting of images separately from other objects OBS-URL: https://build.opensuse.org/request/show/912029 OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=26 |
||
---|---|---|
.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.32.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.