- Drop spec compatibility with old distro versions
- Drop netdata-automake-no-dist-xz.patch
- Refresh netdata-smartd-log-path.patch
- Update to v1.12.1
Fixes:
* Fix SIGSEGV at startup: Don't free vars of charts that do not
exist #5455
* Prevent invalid Linux power supply alarms during startup #5447
* Correct duplicate flag enum in health.h #5441
* Remove extra 'v' for netdata version from Server response
header #5440 and spec URL #5427
* apcupsd - Treat ONBATT status the same as ONLINE #5435
* Fix #5430 - LogService._get_raw_data under python3 fails on
undecodable data #5431
* Correct version check in UI #5429
* Fix ERROR 405: Cannot download charts index from server -
cpuidle handle newlines in names #5425
* Fix clock_gettime() failures with the CLOCK_BOOTTIME argument
#5415
* Use netnsid for detecting cgroup networks; #5413
* Python module sensors fix #5406 (ilyam8)
* Fix ceph.chart.py for Python3 #5396 (GaetanF)
* Fix warning condition for mem.available #5353
* cups.plugin: Support older versions #5350
Improvements:
* Add driver-type option to the freeipmi plugin #5384
* Add support of tera-byte size for Linux bcache. #5373
* Split nfacct plugin into separate process #5361
* Add cgroup cpu and memory limits and alarms #5172
OBS-URL: https://build.opensuse.org/package/show/network/netdata?expand=0&rev=24
10 lines
660 B
Diff
10 lines
660 B
Diff
diff -ru netdata-v1.12.1.orig/collectors/python.d.plugin/smartd_log/smartd_log.conf netdata-v1.12.1/collectors/python.d.plugin/smartd_log/smartd_log.conf
|
|
--- netdata-v1.12.1.orig/collectors/python.d.plugin/smartd_log/smartd_log.conf 2019-02-21 19:43:46.764671505 +0100
|
|
+++ netdata-v1.12.1/collectors/python.d.plugin/smartd_log/smartd_log.conf 2019-02-22 06:15:55.813201050 +0100
|
|
@@ -65,3 +65,5 @@
|
|
# exclude_disks: 'PATTERN1 PATTERN2' # space separated patterns. If the pattern is in the drive name, the module will not collect data for it.
|
|
#
|
|
# ----------------------------------------------------------------------
|
|
+
|
|
+log_path: '/var/lib/smartmontools'
|