wateryy / mongo_autorestart

mongo autorestart shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##mongo自动重启脚本

  • shell脚本
  • 需要定时任务
  # crontab -e
  # 每分钟执行一次
  */1 * * * * /usr/local/mongo/mongo_autorestart.sh

About

mongo autorestart shell