2
PID가 변경 될 때 Monit 경보 사용 안함
Monit를 사용하여 프로세스를 pid로 모니터링하면 다음과 같습니다. check process blop with pidfile /.../blop.pid start program = "..." stop program = "..." pidfile이 변경되면 경고가 표시됩니다. 이 경고를 어떻게 비활성화합니까? 예를 들어, 프로세스가 다시 시작되지 않는시기 만 알고 싶은 경우.
15
monitoring
monit
alert