Search code examples
linuxtimeoutstatusmonit

"sudo monit status" shows my process's status is Timeout, why?


in Linux, I used "sudo monit status" to check my process's status, and it shows Timeout. Does anybody know why? Thanks very much enter image description here


Solution

  • This likely means your process that monit has been monitoring has crashed several times and monit is giving up on monitoring it. Your conf file will declare this.

    You can delete your state file and restart monit to get out of the timeout.