Dominique Leuenberger 298a1879a4 Accepting request 948085 from server:monitoring:zabbix
- 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
2022-01-23 11:15:43 +00:00

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.
Description
No description provided
Readme 838 KiB
Languages
HTML 99.4%
Shell 0.6%