forked from pool/zabbix
08c7abab6f
- 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 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
apache2-zabbix.conf | ||
README-SSL.SUSE | ||
README.SUSE | ||
rn4.0.0.html | ||
zabbix-3.0.25-new-m4-pgsql.patch | ||
zabbix-4.0.16.tar.gz | ||
zabbix-agentd.firewall | ||
zabbix-agentd.service | ||
zabbix-java-gateway.firewall | ||
zabbix-java-gateway.service | ||
zabbix-java-gateway.sh | ||
zabbix-logrotate.in | ||
zabbix-proxy.firewall | ||
zabbix-proxy.service | ||
zabbix-server.firewall | ||
zabbix-server.service | ||
zabbix-tmpfiles.conf | ||
zabbix.changes | ||
zabbix.spec |
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.