Will not alert until hitting the "alert_every" count, even on first alert #2

Closed
opened 2018-04-09 05:50:35 +00:00 by iamthefij · 0 comments
Owner

With the following config values,

alert_after: 20     # 20 * 30s = 10 min
alert_every: 1440   # 12hrs / 30s = 1440 checks

the first alert was sent after 1440 failures.

Possible solution may be to ignore where the alert_every value is checked when alert_count is 0.

With the following config values, alert_after: 20 # 20 * 30s = 10 min alert_every: 1440 # 12hrs / 30s = 1440 checks the first alert was sent after 1440 failures. Possible solution may be to ignore where the `alert_every` value is checked when `alert_count` is `0`.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: iamthefij/minitor#2
No description provided.