forked from pool/zabbix
bfb2345e2c
- 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/request/show/796542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zabbix?expand=0&rev=6 |
||
---|---|---|
.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.19.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.