aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index a385e0a..c380845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
sitesummary (0.0.75) UNRELEASED; urgency=low
- * Improve error reporting from Nagios plugin check_kernel_status.
- Make it more robust by telling dpkg -l to not cut long lines when
- looking for kernel versions (related to #630389).
+ * Make sure Nagios plugin check_kernel_status always work, no matter
+ the width of the terminal used to start nagios/nrpe, by setting
+ COLUMNS=1024 when running 'dpkg-l'. (related to #630389).
+ Improve plugin error reporting.
-- Petter Reinholdtsen <pere@debian.org> Mon, 26 Dec 2011 00:14:41 +0100