tail -1 error.monitoring | egrep -w 'error' >> current.error
tail -1 current.error | sed 's/*error/error/' | cut -f1 -d' '
