답변:
로컬 경고문을 설정하여이 경고를 비활성화 할 수 있습니다. http://mmonit.com/monit/documentation/monit.html#setting_a_local_alert_statement에 자세히 설명되어 있습니다.
이것은해야합니다 :
check process blop with pidfile /.../blop.pid
alert recipient@address.com but not on { pid }
start program = "..."
stop program = "..."
다른 옵션은에 알림을 비활성화하는 것입니다
set alert user@mydomain.org not on { instance, action }
이렇게하면 monit restart ( instance
) 또는 모든 서비스 시작 / 중지 / 다시 시작 ( action
)에 대한 경고를받지 않습니다 .
가능한 필터의 전체 목록은 다음에서 찾을 수 있습니다. https://mmonit.com/monit/documentation/monit.html#Setting-an-event-filter (이 목록은 프로세스 검사에 첨부 된 경고에도 적용되어야한다고 생각합니다. 이 질문에 대한 또 다른 답변).