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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to