sh build.sh
mkdir /home/runtime/monitor/ -p
cd /home/runtime/monitor/
mkdir logs configure bin
cp -v configure/monitor.conf configure/
任务计划 */10 * * * * /home/你的用户/runtime/monitor/bin/monitor.daemon /home/你的用户/runtime/monitor/configure/monitor.conf 2>/dev/null
nohup /home/你的用户/runtime/monitor/bin/monitor.daemon /home/你的用户/runtime/monitor/configure/monitor.conf &