0

I am using monit for several processes. But I do not want to sent an email when there is an issue, whereas I need it to log it to a file.

Can this be done?

  • OS: Ubuntu 14.04
  • Monit: 5.6

Current process config:

check process nginx with pidfile /var/run/nginx.pid
  start program = "/etc/init.d/nginx start"
  stop program = "/etc/init.d/nginx stop"
jshthornton
  • 111
  • 1
  • 6

1 Answers1

0

Yes.

Disabling alerts for some services

ewwhite
  • 197,159
  • 92
  • 443
  • 809