Go to file
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
.gitattributes osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
.gitignore osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
apache2-zabbix.conf osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
README-SSL.SUSE osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
README.SUSE osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
rn4.0.0.html osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-3.0.25-new-m4-pgsql.patch osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-4.0.37.tar.gz - updated to latest realease 4.0.37 2022-01-22 10:38:27 +00:00
zabbix-agentd.firewall osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-agentd.service osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-java-gateway.firewall osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-java-gateway.service Accepting request 945795 from home:jsegitz:branches:systemdhardening:server:monitoring:zabbix 2022-01-12 10:43:59 +00:00
zabbix-java-gateway.sh osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-logrotate.in osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-proxy.firewall osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-proxy.service osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-server.firewall osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-server.service osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix-tmpfiles.conf osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +00:00
zabbix.changes - updated to latest realease 4.0.37 2022-01-22 10:38:27 +00:00
zabbix.spec - updated to latest realease 4.0.37 2022-01-22 10:38:27 +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.