|
From: | Mehta, Cyrus |
Subject: | Issue with monit-general list? |
Date: | Thu, 24 Jun 2021 19:19:49 +0000 |
Hi, I registered and verified with the monit-general email list and sent the below item. I tried checking if someone had replied and I don’t see it in the : https://lists.gnu.org/archive/html/monit-general/ And the last available email was in last March which is suspicious given the steady amount of traffic for years.
Regards, Cyrus Mehta ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ From: Mehta, Cyrus I am trying to build a very custom alert in monit for an individual service I know I can send two separate emails using a config like: set alert
email1@example1.com only on { timeout, nonexist } with reminder on 10 cycles set alert
email2@example2.com only on { timeout, nonexist } with reminder on 10 cycles But is possible to send one email to both
email1@example1.com and email2@example2.com , so a reply-to-all includes both email addresses? These 3 syntaxes didn't work: set alert
email1@example1.com;email2@example2.com only on { timeout, nonexist } with reminder on 10 cycles set alert
email1@example1.com,email2@example2.com only on { timeout, nonexist } with reminder on 10 cycles set alert
email1@example1.com email2@example2.com only on { timeout, nonexist } with reminder on 10 cycles TIA! |
[Prev in Thread] | Current Thread | [Next in Thread] |