SHA256
1
0
forked from pool/zabbix
Boris Manojlovic fb123e44f0 Accepting request 823537 from home:bmanojlovic:branches:server:monitoring:zabbix
- updated to latest release 4.0.23
- New Features and improvements
  + ZBXNEXT-6004 Added host info to vmware event message log
  + ZBXNEXT-5903 Added vmware datacenters discovery 
- Bug Fixes
  + ZBX-8081 Fixed 'cmdline' parameter truncation on solaris 11.3 and later
  + ZBX-18014 Fixed memory leak when action message does not have to be sent
  + ZBX-15117 Fixed graph configuration with large amount of items
  + ZBX-18069 Fixed server exit when trying to execute ipmi script without ipmi pollers
  + ZBX-17960 Fixed undefined index in trends api
  + ZBX-17682 Fixed button disable state in template item list and discovery list
  + ZBX-17820 Fixed classic graph widget default header
  + ZBX-17924 Fixed php errors in "system information" window for mysql
  + ZBX-17917 Changed vm.memory.size keys on solaris to get memory usage statistics from kstat
  + ZBX-18029 Fixed cpu counter wraparound handling on solaris
  + ZBX-17624 Fixed misleading error message in case of not available datastorage
    for vmware.hv.datastore.read and vmware.hv.datastore.write metrics
  + ZBX-17860 Fixed host prototype import
  + ZBX-17922 Removed mtime check when matching files on disk with the cached list,
    this should reduce chances of log files being scanned again after system time changes

OBS-URL: https://build.opensuse.org/request/show/823537
OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=17
2020-07-30 09:16:41 +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%