Repeat monit alerts, except for mail

Issue #795 closed
Former user created an issue

When sending alerts by mail, you can resend alerts by setting as follows.

alert foo@bar with reminder on 1 cycle

However, when sending alerts by custom command (for example, alert to Slack), you set as follows, and it seems that resending cannot be set

check process foo with pidfile <pid path>
...
  if does not exist then exec <custom command>
...

Is it possible to set resending alerts with custom command?

Comments (2)

  1. Log in to comment