Hello,
The errors you attached are unrelated to Red5, I assume they are older entries from when the Apache was down, perhaps while sanity was testing if it automatically is started by monit, which is one of its tests.
The red5 test is basically:
# $BASE_DIR/bin/fms_push_file_monitor.sh $BASE_DIR/web/content/templates/entry/data/kmc_logo.flv rtmp://$RED5_HOST/oflaDemo/
I suggest you start by making sure it is running and that you can:
# telnet $RED5_HOST 1935
Then try running the script manually from the shell to see what's causing it to fail, it is basically just trying to use ffmpeg to push $BASE_DIR/web/content/templates/entry/data/kmc_logo.flv onto the red5 server.