CHECK PROGRAM always no output

Issue #658 duplicate
Former user created an issue

Hello,

Check program always gives no output.

check program restart with path /usr/lib/update-notifier/update-motd-reboot-required
  if status != 0 then alert

Program output:

~$ /usr/lib/update-notifier/update-motd-reboot-required
*** Reboot required ***

It stop working after update from 5.16 to 5.23

Comments (5)

  1. Tildeslash repo owner

    The #634 is resolved => fixed, but is not part of official monit release yet (will be part of monit 5.24.0). If you want to test it, you can get development snapshot:

    wget https://bitbucket.org/tildeslash/monit/get/master.tar.gz
    tar -xzf master.tar.gz
    cd tildeslash*
    ./bootstrap
    ./configure
    make
    
  2. Log in to comment