[Bug 1494837] [NEW] check_pollen is broken
Jacek Nykis
1494837 at bugs.launchpad.net
Fri Sep 11 16:48:49 UTC 2015
Public bug reported:
Nagios check shipped with the pollen package is broken, it complains
that "pollen server did not properly log the test request [0]" but
/var/log/syslog looks fine
I'm quite sure it's this part that is broken:
md5sum1=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || true | md5sum)
pollinate -t -i -s localhost -b -d - >"$TMPDIR/out" 2>"$TMPDIR/err" && RC=0 || RC=$?
md5sum2=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || true | md5sum)
Above lines are searching for "pollen" string but should use "pollinate"
instead.
Pollen 4.14-0ubuntu1
** Affects: pollen (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pollen in Ubuntu.
https://bugs.launchpad.net/bugs/1494837
Title:
check_pollen is broken
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1494837/+subscriptions
More information about the Ubuntu-server-bugs
mailing list