When you monitor a process with Monit by its pid, like :
check process blop with pidfile /.../blop.pid
start program = "..."
stop program = "..."
you get an alert when the pidfile is changed.
How do you disable this alert? For example, if you only want to know when the process fails to be restarted.