Your message dated Tue, 22 Oct 2013 09:21:21 +0000
with message-id <[email protected]>
and subject line Bug#695785: fixed in hobbit-plugins 20131022
has caused the Debian Bug report #695785,
regarding hobbit-plugins: ipmi shows only first line of "sel list"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
695785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hobbit-plugins
Version: 20120626
Severity: normal
Tags: patch

The ipmi client plugin gets a multi line output from the command
 $IPMI sel list last 50
but it seems that the $bb->print() function from Hobbit.pm only
support single lines, which results in only the first (oldest) line
from the ipmitool sel list command is really printed and reported to
hobbit.
The attached patch fixes this.

BTW: I don't like the idea to change the access rights of /dev/ipmi0,
so I'd prefer to have a setup with sudo to make the ipmi plugin work.
The following two lines in /etc/sudoers.d/hobbit do this job (and
changing the IPMI=... in client-ext/ipmi:

hobbit ALL=(root) SETENV:NOPASSWD: /usr/bin/ipmitool sdr
hobbit ALL=(root) SETENV:NOPASSWD: /usr/bin/ipmitool sel list last 50

Tschoeeee

        Roland

--- End Message ---
--- Begin Message ---
Source: hobbit-plugins
Source-Version: 20131022

We believe that the bug you reported is fixed in the latest version of
hobbit-plugins, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <[email protected]> (supplier of updated hobbit-plugins 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 22 Oct 2013 10:50:15 +0200
Source: hobbit-plugins
Binary: hobbit-plugins
Architecture: source all
Version: 20131022
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description: 
 hobbit-plugins - plugins for the Xymon network monitor
Closes: 690768 695785 696156 696160
Changes: 
 hobbit-plugins (20131022) unstable; urgency=low
 .
   [ Axel Beckert ]
   * Add script to automatically generate pre-4.3.7-1-compatible package if
     not built for the experimental distribution.
   * apt:
     + Properly handle cases where a package is installed in an extra
       architecture but not in the primary architecture.
     + Properly recognize security updates on Debian and Ubuntu
     + Checks for broken or unconfigured packages
     + Print distribution and release
     + Use less resource-hungry grep-dctrl instead of aptitude to check
       aptitude's hold states. Recommend dctrl-tools.
     + Support aptitude's "Forbid Version" feature.
     + Don't show "apt-get install" line for hold packages.
     + Ship /etc/apt/apt.conf.d/15hobbit-plugins-update-stamp and let APT
       touch /var/lib/apt/periodic/update-success-stamp after a successful
       update of the package lists. APT hook taken copied from
       update-notifier-common which uses the same stamp file, because we
       don't want to pull the full update-notifier-common just for that
       one-line configuration file.
     + Fix "dpkg-query -l" output filtering, add assertion warning.
     + Also warn if last update was in the "future".
   * Hobbit.pm: Add Hobbit::trends wrapper method.
   * Refactoring Perl code:
     + Always use three-argument open() and parentheses.
     + Prefer $ENV{XYMON} over other variants.
     + Consistently use "$ENV{XYMON}" instead of "xymon".
   * Update error messages to mention what couldn't be done with a file.
   * ircbot:
     + Reading from STDIN fixed. Was broken since the switch to
       POE. (Closes: #696156)
     + Now based on POE::Component::IRC::State instead of just
       POE::Component::IRC to make POE::Component::IRC::Plugin::AutoJoin
       properly. (Related to #696160)
     + Handle irc_disconnected event. (Finally closes: #696160)
     + Make default/example configuration conforming to RFC2606
   * ntpq:
     + Catch case where /var/run/ntpd.pid does not exist.
   * misc.d/mount-ro:
     + Don't alarm for read-only NFS/NFSv4 or UDF mounts.
     + Make filesystem blacklist less false negative prone.
   * misc.d/zombies:
     + Only alarm if a zombie is a zombie 1 sec later. too.
     + Add script to generate a zombie to test misc.d/zombies.
     + Add optional zombies blacklist file. Install example zombie
       blacklist to /usr/share/doc/…/examples/.
   * mq:
     + Report and alarm about different Postfix queues separately.
     + Do not report RBL issues for fakemx.net and friends.
     + Exit silently if /usr/bin/mailq is not available.
     + Do not report "too busy" messages as RBL issues.
     + Create graphs of the different numbers.
   * tftp:
     + Make it work with Squeeze's version of Net::TFTP
   * dirtyvcs:
     + Now also runs git fsck on git repositories by default
     + Allow to skip single repositories by listing them with an
       exclamation mark prepended in dirty_vcs_dirs.
     + Now needs libfile-which-perl.
   * backuppc:
     + Show expected but not configured hosts clear instead of yellow.
   * mailman:
     + Report red on files in /var/lib/mailman/qfiles/shunt/, yellow
       for files in other subdirectories of /var/lib/mailman/qfiles/.
     + Only report queue files older than 5 minutes.
   * debian/control Vcs-* headers: Move from git.debian.org to
     anonscm.debian.org (Fixes lintian warnings vcs-field-not-canonical)
   * More hobbit → xymon renaming fixups:
     + conn6, tftp: bbhostgrep → xymongrep
   * Fix wrong method name in Hobbit.pm documentation.
   * Some reindenting and untabifying of Perl code.
   * Update copyright years.
   * Apply wrap-and-sort.
 .
   [ Christoph Berg ]
   * Hobbit.pm: Accept both XYMON/XYMONSRV and BB/BBDISP environment variables.
   * Hobbit.pm: Add grep function wrapping xymongrep.
   * Hobbit.pm: Add graph method for showing more than one graph per test.
   * Hobbit.pm: Add sprintf method.
   * Hobbit.pm: Fix Hobbit::trends constructor. (Closes: #690768)
   * aptdiff: Modify aptdiff_ignore file to use "hostname pkg" patterns.
   * ipmi: Show more than the first line from "sel list". (Closes: #695785)
   * pgbouncer: New server-side script.
   * temp: New test graphing /sys/class/thermal/*/temp.
   * xynagios: Early strip test prefixes, otherwise errors get submitted with
     the long name.
Checksums-Sha1: 
 1b13db3a1ea2bc00e4a60e141a93ce94feff7462 1659 hobbit-plugins_20131022.dsc
 7dbf7efd029994cbd2ebb3ca085edb12e36af1c5 47251 hobbit-plugins_20131022.tar.gz
 56b72c544c5344980b5c4df0c85bab0c3abd5bb0 52492 hobbit-plugins_20131022_all.deb
Checksums-Sha256: 
 16183be12c8c6d7cd828bb35b42198303b0234fe2f108b75eda64064cae0938c 1659 
hobbit-plugins_20131022.dsc
 b1f1767ae6ec0ffe52186ec80a626247dc7ecf23601482c2b4cc92f6be8b7e77 47251 
hobbit-plugins_20131022.tar.gz
 108c444e4bf64ef8d2285a38c982eb21f88152d01e31c13bca5b149e749f6dbd 52492 
hobbit-plugins_20131022_all.deb
Files: 
 083c76691ba7df58a91c158c73fecd09 1659 net extra hobbit-plugins_20131022.dsc
 29561d0000232a5f6d17a2bc58cec6e9 47251 net extra hobbit-plugins_20131022.tar.gz
 6b8afba1a8b1be2ad01afe759b91885d 52492 net extra 
hobbit-plugins_20131022_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSZj3GAAoJEExaa6sS0qeuv4QQAJCmjWv742kGmnqYN25/UjX3
nnAS5sQodh3+4t9uiUaZl4EBwMHNDpyDtnqboKEP7vTN8CfN21MmdoXrQ+hHpfzT
/uSOtnuWMbTjR+PmZaafDBix5gVVJ9h5tyOSb66uonWAOkmB+s27AyGCUI4XtQUK
gr30Wy8VWY5r7HthwsA8d34TxWRR7GiK3CMfXHJVrSpFqkR12PG+2ZLwcyGk/73l
EEpTRU33PP67QsWVepXNtlUaioIDKqu7iUgb71Loa0khEdKH1oz6FmPTv0b2LL4E
XJPz8Wl6yklvgMENEPemAPzsEdGb9lbjzuAEBDiBuzHSrX0J7juGoIJiGJAVkdwu
L4oQ3S7xUcWVgeyjwnnCFXVgZ2gPk4Yf8zEQ+1kcpOlNalfUnt+7ERH5H4c3qyCj
SnNiKmW9rqMWQmv63CN/A3IZhsjnghkcO95Sb+byRyvmKJBSyEEHgpqpgIDiieIv
KOB/nKBoO4STpEjveD5rkBEcWzzHOCDwpiVFPz5gxaZU82Aljb7naM2ftNensC7R
csbtE2ZHU4SmAc8i+Ywym0JVHph1+uvmQRASnFKnJqsMtg9NV7IFqJd6NnQUMy4n
q5zkwh/WzIAAx0boc3DB+4z8LBQTgRx1EpySTsbzSJYMvZ8A9CmZ1Rcw6IhlKMqn
Rc9mtcoheEtH13PYhoGB
=uww2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to