Reminder for check host when using exec

Issue #733 new
Former user created an issue

I use Monit to quick check uptime of Elasticsearch service.

Here is my configuration:

check host [Elasticsearch]-test with address 1.2.3.4
    if failed
        port 9200
        protocol http
    then exec "/alerting/monit2telegram/monit2telegram.sh"

It means: when monit cannot do a http request to port 9200, then receive a notification to telegram. It works perfectly when my elastic is down.

When host is still down, how can i configure monit that run exec to remind?

check host [Elasticsearch]-test with address 1.2.3.4
    if failed
        port 9200
        protocol http
    then exec "/alerting/monit2telegram/monit2telegram.sh"
    with reminder on 2 cycles

reminder does not support in exec

Comments (0)

  1. Log in to comment