Debugging monit

后端 未结 7 2034
迷失自我
迷失自我 2020-12-07 09:04

I find debugging monit to be a major pain. Monit\'s shell environment basically has nothing in it (no paths or other environment variables). Also, there are no log file that

相关标签:
7条回答
  • 2020-12-07 09:44

    You can also try running monit validate once processes are running, to try and find out if any of them are having problems (and sometimes get more information than you would get in the log files if there are any problems). Beyond that, there's not much more you can do.

    0 讨论(0)
提交回复
热议问题