diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-12-26 11:02:49 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-12-26 11:02:49 +0000 |
commit | d12cc6a024366eadafcc61a46e88313b4837adb1 (patch) | |
tree | a98eaefe315b887676e1a0b2760c303e80f3185b | |
parent | bd578dfc314fb4c37d257eb5ee9c7b330699a0bb (diff) | |
download | sitesummary-d12cc6a024366eadafcc61a46e88313b4837adb1.tar.gz sitesummary-d12cc6a024366eadafcc61a46e88313b4837adb1.tar.bz2 sitesummary-d12cc6a024366eadafcc61a46e88313b4837adb1.tar.xz |
Improve changelog text.
-rw-r--r-- | debian/changelog | 7 |
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 |