forked from pool/zabbix
298a1879a4
- updated to latest realease 4.0.37 - patching CVE-2022-23134 ( bsc#1194681 ) - New Features and Improvements + ZBXNEXT-6809 Changed behavior of the vmware event log, the 'skip' option of the new item resets the VMware event cache - Bug Fixes + ZBX-20382 Updated jquery version + ZBX-20383 Updated logback-core, logback-classic and slf4j-api jars to the latest stable versions + ZBX-20384 Fixed possibility to view setup pages by non-superadmin if config already file exists - Bug Fixes + ZBX-19926 Fixed Zabbix agent crashing when reading event log on Windows Server 2022 + ZBX-20032 Fixed server crash when restarting monitored vmware vc + ZBX-19872 Removed redundant escaping in XML data of HTTP agent POST request - Bug Fixes + ZBX-19428 Fixed high CPU usage and preprocessing workers exiting with timeout when starting numerous poller, trapper and discoverer processes + ZBX-19510 Fixed re-reading of old Windows events for various Windows event system synchronization problems + ZBX-19457 Fixed failed query when updating application names longer than 255 characters OBS-URL: https://build.opensuse.org/request/show/948085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zabbix?expand=0&rev=16 |
||
---|---|---|
.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.37.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.