forked from pool/zabbix
- 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
This commit is contained in:
parent
08c7abab6f
commit
14ff5accca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8d7e18230e62a7bd3fd9af5830a2b1b22818468b5da3deb673865ce40dc4d42
|
||||
size 17153389
|
3
zabbix-4.0.19.tar.gz
Normal file
3
zabbix-4.0.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0a0c40df136c5cb0394000293d53600feda82f2874e59dc04b9dafef4dd57bc
|
||||
size 17212069
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:11:58 UTC 2020 - Boris Manojlovic <boris@steki.net>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 14:25:01 UTC 2019 - Boris Manojlovic <boris@steki.net>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zabbix
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,13 +23,13 @@
|
||||
%define agent_group zabbix
|
||||
%define SUSEfirewall_services_dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
Name: zabbix
|
||||
Version: 4.0.16
|
||||
Version: 4.0.19
|
||||
Release: 0
|
||||
Summary: Distributed monitoring system
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Monitoring
|
||||
URL: http://www.zabbix.com
|
||||
Source0: https://sourceforge.net/projects/zabbix/files/ZABBIX%%20Latest%%20Stable/%{version}/zabbix-%{version}.tar.gz
|
||||
Source0: https://cdn.zabbix.com/stable/%{version}/zabbix-%{version}.tar.gz
|
||||
Source1: rn4.0.0.html
|
||||
Source2: zabbix-tmpfiles.conf
|
||||
Source3: zabbix-java-gateway.sh
|
||||
|
Loading…
Reference in New Issue
Block a user