[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#883332: stretch-pu: package sitesummary/0.1.28+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

we would like to update sitesummary in stretch, fixing #883323 with
severity important: "sitesummary-client: the nagios plugin module 
'check_kernel_status' fails to detect 4.x kernels".

#883323 is fixed in sid and the the debdiff for Stretch is:

$ debdiff sitesummary_0.1.28.dsc sitesummary_0.1.28+deb9u1.dsc 
diff -Nru sitesummary-0.1.28/debian/changelog sitesummary-0.1.28+deb9u1/debian/changelog
--- sitesummary-0.1.28/debian/changelog	2017-01-31 12:26:50.000000000 +0000
+++ sitesummary-0.1.28+deb9u1/debian/changelog	2017-12-02 12:49:56.000000000 +0000
@@ -1,3 +1,10 @@
+sitesummary (0.1.28+deb9u1) stretch; urgency=medium
+
+  [ Wolfgang Schweer ]
+  * Adjust nagios kernel version checking module to work with 4.x kernels.
+
+ -- Holger Levsen <holger@debian.org>  Sat, 02 Dec 2017 12:49:56 +0000
+
 sitesummary (0.1.28) unstable; urgency=medium
 
   [ Wolfgang Schweer ]
diff -Nru sitesummary-0.1.28/nagios-plugins/check_kernel_status sitesummary-0.1.28+deb9u1/nagios-plugins/check_kernel_status
--- sitesummary-0.1.28/nagios-plugins/check_kernel_status	2017-01-07 12:36:53.000000000 +0000
+++ sitesummary-0.1.28+deb9u1/nagios-plugins/check_kernel_status	2017-12-02 12:47:57.000000000 +0000
@@ -72,7 +72,7 @@
 my $dpkg;
 for my $line (split("\n", $dpkg_list)) {
 	chomp $line;
-	$dpkg = $line if ($line =~ m/^ii.+linux-image-(2.6|3.\d)/);
+	$dpkg = $line if ($line =~ m/^ii.+linux-image-(2.6|3.\d|4.\d)/);
 }
 
 # Now, which OS is it, and which footprint do they use?



Thanks for your ongoing work on Stretch!

-- 
cheers,
	Holger

Attachment: signature.asc
Description: PGP signature


Reply to: