SHA256
1
0
forked from pool/zabbix
Go to file
Boris Manojlovic 08c7abab6f Accepting request 759168 from home:bmanojlovic:branches:server:monitoring:zabbix
- updated to latest release 4.0.16
- New Features and Improvements
  + ZBXNEXT-5271 Implemented 'delete missing' option for imported template linkages
- Bug Fixes
  + ZBX-17101 Fixed url validation before output
  + ZBX-16929 Fixed detection of invalid sender data request
  + ZBX-16804 Added missing get parameters in availability report
  + ZBX-16286 Fixed graph widget dimensions errors on high dpi screens
  + ZBX-16848 Fixed fatal error occurring in user profile and user edit
    forms when php fileinfo extension does not exist
  + ZBX-16684 Fixed incorrect double quotes in history plain text view
  + ZBX-16903 Fixed validation of "interfaceid" field for http agent items with large ids
  + ZBX-16751 Fixed support for php 7.4
  + ZBX-16879 Changed condition description message for tag value in actions and event correlations
  + ZBX-9084 Fixed high memory usage during startup
  + ZBX-16932 Fixed build fail on netbsd
  + ZBX-16111 Removed templateid from screen api output
  + ZBX-16919 Fixed server check warning width in chrome
  + ZBX-16944 Fixed "type of information" field in item form being marked as required when it is read-only
  + ZBX-16912 Fixed image map elements having a hand cursor when there is no context menu available
  + ZBX-15041 Fixed request not being cancelled along with popup window in widgets
  + ZBX-1977 Fixed axis labels calculation
  + ZBX-17034 Updated zabbix website links
  + ZBX-16874 Fixed map-type widget clipping in internet explorer
  + ZBX-16915 Fixed memory leak
  + ZBX-17008 Improved zabbix server performance when using maintenance
  + ZBX-16779 Fixed infinite loop when writing export to file fails
  + ZBX-16540 Splitted host_resources templates into 3 subtemplates: for cpu, memory and storage

OBS-URL: https://build.opensuse.org/request/show/759168
OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=11
2019-12-25 08:09:59 +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.16.tar.gz Accepting request 759168 from home:bmanojlovic:branches:server:monitoring:zabbix 2019-12-25 08:09:59 +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 osc copypac from project:server:monitoring:zabbix package:zabbix40 revision:14 2019-09-17 12:04:58 +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 759168 from home:bmanojlovic:branches:server:monitoring:zabbix 2019-12-25 08:09:59 +00:00
zabbix.spec Accepting request 759168 from home:bmanojlovic:branches:server:monitoring:zabbix 2019-12-25 08:09:59 +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.