Re: disable alert reminders for some checks
Lutz Mader <[email protected]> Thu, 21 Jul 2022 19:30:50 +0200
| Newsgroups | gmane.comp.monitoring.monit.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Aleks, as long as you would like to use the exceptional cases all the time, you can use "only on" with the alert. The event "nonexist" is used for service down/up. For some more information see https://mmonit.com/monit/documentation/monit.html#Setting-an-alert-recipient A suggestion only, Lutz p.s. You can override the "remainder" in the "then alert" statement also. > Hi, > > I have global alert reminder set to repeat every two hours for all checks. > > SET ALERT [email protected] WITH REMINDER ON 120 CYCLES > > Is there a way to disable reminders for some checks? I.e check would > send alert on status change (i.e service down/service up) without > reminders? > > > Thanks! > > >