changed recommended line in /etc/crontab for high-availability

This commit is contained in:
Michael Peter Christen 2012-06-24 10:57:18 +02:00
parent 7b53be141f
commit 2589158f44

View File

@ -1,7 +1,9 @@
#!/bin/bash
# add in /etc/crontab
# 0 * * * * yacy cd /home/yacy/production/bin && ./checkalive.sh
# for a production environment with high-availability requirement,
# (and if you are using the debian version of yacy)
# add the following line in /etc/crontab
# 0 * * * * yacy cd /usr/share/yacy/bin && ./checkalive.sh
port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
RESULT=`wget -t 1 --spider http://localhost:$port/Status.html 2>&1`