Go to file
Boris Manojlovic e8e04d7f0e Accepting request 1143962 from home:dirkmueller:Factory
- add group provides needed by RPM 4.19

  + ZBX-22711 Fixed incorrectly displayed simple graphs with non-numeric items in Host graphs page
    entities; added possibility to update the uuid parameter for the Service API; fixed duplicate UUIDs
  zabbix-6.0.12-curl-fixes.patch zabbix-6.0.12-netsnmp-fixes.patch
  zabbix-6.0.12-new-m4-pgsql.patch
- add CVE-2022-35230 patch file CVE-2022-35230.patch
 + ZBX-20680 Fixed reflected XSS issues
  + ZBX-19457 	Fixed failed query when updating application names longer than 255 characters
  + ZBX-8999 Fixed exporting of images separately from other objects
  + ZBX-18688 Fixed schema name didnt show when available only postgresql
  + ZBXNEXT-5903 Added vmware datacenters discovery
- New Features and Improvements:
  + ZBX-17390 Fixed validation of the maximum selected period
  + ZBXNEXT-3604 Added support of user configurable ciphers for communication between zabbix components
  + ZBX-16548 Fixed sort order in plain text screen
  + ZBXNEXT-5422 Quoted numbers are now accepted by jsonpath aggregate functions
  + ZBX-16424 Fixed unable to create/update web scenario from internet explorer/edge
    period being overridden by global configuration
    and jqueryui v1.10.3 -> v1.12.1
    thanks to jose deniz for the patch
  + ZBX-15646 fixed web-server 'Request-URI Too Long' error in trigger description dialog
    metrics from an external Zabbix instance
  + ZBX-15456 fixed incorrect style property in Monitoring->Problems; removed unused id from filter form
    items vfs.dir.size[] and vfs.dir.count[]
    in item regexp preprocessing, general pcre code improvements
  + ZBXNEXT-4271 improved escalator performance by using nextcheck index instead of reading whole table
    remaining when zabbix daemon is terminated during startup
- fixed configuration paths

OBS-URL: https://build.opensuse.org/request/show/1143962
OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=52
2024-03-22 07:36:38 +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
rn6.0.0.html Accepting request 1061411 from home:bmanojlovic:branches:server:monitoring:zabbix 2023-01-26 20:22:07 +00:00
zabbix-6.0.12-netsnmp-fixes.patch Accepting request 1118375 from home:bmanojlovic:branches:server:monitoring:zabbix 2023-10-17 21:02:55 +00:00
zabbix-6.0.25.tar.gz Accepting request 1134971 from home:bmanojlovic:branches:server:monitoring:zabbix 2023-12-24 09:45:48 +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 Accepting request 1143962 from home:dirkmueller:Factory 2024-03-22 07:36:38 +00:00
zabbix.spec Accepting request 1143962 from home:dirkmueller:Factory 2024-03-22 07:36:38 +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.