global/koha-plack
2017-07-13 14:28:44 +12:00
..
checkplack.sh Plack monitoring and automatic restart only on plack enabled instances 2017-07-13 10:47:44 +12:00
plack.conf Changed filepaths in the monit .conf files to /usr/sbin/ directory 2017-07-13 14:28:44 +12:00
README Plack service monitoring and automatic restart monit conf and bash scripts 2017-07-10 10:58:37 +12:00
restartplack.sh Plack monitoring and automatic restart only on plack enabled instances 2017-07-13 10:47:44 +12:00

NAME
    Koha::Contrib::koha-plack - Monit conf file and bash scripts to monitor and automatically restart failed Plack instances

VERSION
    version 1

DESCRIPTION
    MONITORING Plack
    koha-plack directory contains a Monit .conf file (plack.conf) and two bash scripts (checkplack.sh and restartplack.sh). Move the plack.conf into the /etc/monit/conf.d directory and run monit using the following commands:

        sudo su
        sudo service monit start
        monit start all

    plack.conf will monitor your plack instances using the checkplack.sh script. If that script returns a 1 then the restartplack.sh script is run and that starts the appropriate plack instance

    All output of the monitoring is logged in the /var/log/monit.log

AUTHOR
    Catalyst IT 2017

    This is free software, licensed under:
        the GNU GPL version 3 or later.