- Update to v1.15.0
Bug Fixes:
* Prowl notifications were not being sent, unless another
notification method was also active
* Fix exception handling in the python.d plugin
* The node applications group did not include all node processes.
* The nvidia_smi collector displayed incorrect power usage
* The python.d plugin would sometimes hang, because it lacked
a connect timeout
* The mongodb collector raised errors due to various KeyErrors
* The smartd_log collector would show incorrect temperature
values
Improvements:
* Support for aggregate node view
* Database engine
* New collector modules:
+ Go.d collectors for OpenVPN, the Tengine web server and
ScaleIO (VxFlex OS) instances
+ Monitor disk access latency like ioping does
* Energi Core daemon monitoring, suits other Bitcoin forks
* Collector improvements:
+ Add docker swarm manager metrics to the go.d docker_engine
collector
+ Implement unified cgroup cpu limit
+ python.d.plugin: Allow monitoring of HTTP(S) endpoints which
require POST data and make the UrlService more flexible
* Support the AWS Kinesis backend for long-term storage
* Add a new "text-only" chart renderer
* API Improvements:
+ Smarter caching of API calls. Do not cache alarms and info
OBS-URL: https://build.opensuse.org/package/show/network/netdata?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
02e763ac43
commit
f9fa996cb4
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3768f6927e3712dce73794c6943a12f4454410c872eb3dfd19af4f52296187a
|
||||
size 3566833
|
||||
3
netdata-v1.15.0.tar.gz
Normal file
3
netdata-v1.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86b0f1704c67b2a6012f2fec0f192ba3f183a96fab5650bc6a8a1c51135c965d
|
||||
size 3662126
|
||||
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 12:37:08 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||
|
||||
- Update to v1.15.0
|
||||
Bug Fixes:
|
||||
* Prowl notifications were not being sent, unless another
|
||||
notification method was also active
|
||||
* Fix exception handling in the python.d plugin
|
||||
* The node applications group did not include all node processes.
|
||||
* The nvidia_smi collector displayed incorrect power usage
|
||||
* The python.d plugin would sometimes hang, because it lacked
|
||||
a connect timeout
|
||||
* The mongodb collector raised errors due to various KeyErrors
|
||||
* The smartd_log collector would show incorrect temperature
|
||||
values
|
||||
|
||||
Improvements:
|
||||
* Support for aggregate node view
|
||||
* Database engine
|
||||
* New collector modules:
|
||||
+ Go.d collectors for OpenVPN, the Tengine web server and
|
||||
ScaleIO (VxFlex OS) instances
|
||||
+ Monitor disk access latency like ioping does
|
||||
* Energi Core daemon monitoring, suits other Bitcoin forks
|
||||
* Collector improvements:
|
||||
+ Add docker swarm manager metrics to the go.d docker_engine
|
||||
collector
|
||||
+ Implement unified cgroup cpu limit
|
||||
+ python.d.plugin: Allow monitoring of HTTP(S) endpoints which
|
||||
require POST data and make the UrlService more flexible
|
||||
* Support the AWS Kinesis backend for long-term storage
|
||||
* Add a new "text-only" chart renderer
|
||||
* API Improvements:
|
||||
+ Smarter caching of API calls. Do not cache alarms and info
|
||||
api calls and extend no-cache headers.
|
||||
+ Extend the api/v1/info call response with system and
|
||||
collector information
|
||||
+ k6 script for API load testing
|
||||
* Kubernetes helmchart improvements:
|
||||
+ Added the init container, where sysctl params could be
|
||||
managed, to bypass the Cannot allocate memory issue
|
||||
+ Better startup/shutdown of slaves and reduced memory usage
|
||||
with liveness/readiness probes and default memory mode none
|
||||
+ Added the option of overriding the default settings for
|
||||
kubelet, kubeproxy and coredns collectors via values.yaml
|
||||
+ Make the use of persistent volumes optional, add apiVersion
|
||||
to fix linting errors and correct the location of the env
|
||||
field
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 15:08:20 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||
|
||||
@@ -161,7 +210,7 @@ Fri Feb 22 06:31:15 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||
* Fix clock_gettime() failures with the CLOCK_BOOTTIME argument
|
||||
#5415
|
||||
* Use netnsid for detecting cgroup networks; #5413
|
||||
* Python module sensors fix #5406 (ilyam8)
|
||||
* Python module sensors fix #5406
|
||||
* Fix ceph.chart.py for Python3 #5396 (GaetanF)
|
||||
* Fix warning condition for mem.available #5353
|
||||
* cups.plugin: Support older versions #5350
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
%bcond_with systemd
|
||||
%endif
|
||||
Name: netdata
|
||||
Version: 1.14.0
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: A system for distributed real-time performance and health monitoring
|
||||
# netdata is GPL-3.0+, other licenses refer to included third-party software (see REDISTRIBUTED.md)
|
||||
|
||||
Reference in New Issue
Block a user