SHA256
1
0
forked from pool/zabbix
Boris Manojlovic 14ff5accca - updated to latest release 4.0.19
- replaced URL for source downloads to zabbix CDN network location
- New Features and improvements
  + ZBXNEXT-5649 Added name referencing support ('~' suffix) to jsonpath
  + ZBXNEXT-3604 Added support of user configurable ciphers for communication between zabbix components 
- Bug Fixes
  + ZBX-17173 Improved windows agent build scripts
  + ZBX-17425 Fixed template.massupdate api macros update
  + ZBX-17344 Fixed php 7.4 errors in latest data->history page for text and
    log items having an empty filter
  + ZBX-17330 Fixed error reading vmware events with keys over 2^31
  + ZBX-17288 Fixed undefined indexes in administration->regular expressions->test tab
  + ZBX-17350 Fixed displaying of multiple value types in latest data->history page
  + ZBX-16802 Added mtime-reread/mtime-noreread options parameter to log* keys
  + ZBX-17390 Fixed validation of the maximum selected period
  + ZBX-17185 Fixed non-disappearing messages of failed login attempts
  + ZBX-17322 Fixed deadlock between server and frontend when updating multiple hosts
  + ZBX-9057 Fixed duplicate entries being written into in profiles table
  + ZBX-17159 Fixed overlay dialogue instantiation
  + ZBX-17108 Improved process utilization calculation
  + ZBX-17269 Fixed undefined indexes in history page
  + ZBX-17342 Dump memory statistics and items with most values when value cache is fully used
  + ZBX-16926 Fix int_max error when compiling on sunos/joyent/solaris

OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=13
2020-04-23 12:14:28 +00:00
2020-04-23 12:14:28 +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 801 KiB
Languages
HTML 99.4%
Shell 0.6%