General Koha contribs; anybody with an SSH key registered can push here
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

839 B

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

VERSION
version 1

DESCRIPTION
MONITORING SIP
koha-sip directory contains a Monit .conf file (sip.conf) and two bash scripts (checksip.sh and restartsip.sh). Move the sip.conf into the /etc/monit/conf.d directory and run monit using the following commands:

sudo su
sudo service monit start
monit start all

sip.conf will monitor your sip instances using the checksip.sh script. If that script returns a 1 then the restartsip.sh script is run and that starts the appropriate SIP instance

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

AUTHOR
Catalyst IT 2023

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