Hello community,
here is the log from the commit of package monitoring-plugins-sar-perf for
openSUSE:Factory checked in at 2018-07-06 10:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-sar-perf (Old)
and /work/SRC/openSUSE:Factory/.monitoring-plugins-sar-perf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monitoring-plugins-sar-perf"
Fri Jul 6 10:48:36 2018 rev:4 rq:621119 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/monitoring-plugins-sar-perf/monitoring-plugins-sar-perf.changes
2017-11-23 09:44:27.716409443 +0100
+++
/work/SRC/openSUSE:Factory/.monitoring-plugins-sar-perf.new/monitoring-plugins-sar-perf.changes
2018-07-06 10:49:12.882738145 +0200
@@ -1,0 +2,5 @@
+Tue Apr 10 11:08:51 CEST 2018 - [email protected]
+
+- check_iostat: fix to work with iostat on sle15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ monitoring-plugins-sar-perf.spec ++++++
--- /var/tmp/diff_new_pack.Ok1iji/_old 2018-07-06 10:49:13.298737632 +0200
+++ /var/tmp/diff_new_pack.Ok1iji/_new 2018-07-06 10:49:13.298737632 +0200
@@ -1,7 +1,7 @@
#
# spec file for package monitoring-plugins-sar-perf
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ check_iostat ++++++
--- /var/tmp/diff_new_pack.Ok1iji/_old 2018-07-06 10:49:13.322737601 +0200
+++ /var/tmp/diff_new_pack.Ok1iji/_new 2018-07-06 10:49:13.322737601 +0200
@@ -122,7 +122,7 @@
$iowait = $stats[4];
next;
}
- if (/^Device:/) {
+ if (/^Device/) {
my @hdrs = split('\s+', $_);
my ($search_rps) = grep { $hdrs[$_] eq "r/s" } 0..$#hdrs;
$field_rps = $search_rps if $search_rps;