Skip to content

Releases: valeriansaliou/vigil

Vigil v1.9.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 26 Feb 16:30
8e5bebb
  • Reworked the Twilio notifier to be able to send text messages to multiple numbers (breaking changes in the Twilio configuration!).
  • Ability to restrict a notifier to reminder notifications only with the reminders_only option.

Vigil v1.8.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 01 Feb 16:11
4db6e8c
  • RabbitMQ queue checker is now able to check a second time to confirm queue load after a delay (this avoids a node to blink from healthy to sick when there is a spike of payloads being processed from the queue, but yet no node slowdown).
  • Added metrics on the node replica in its tooltip on the status page (latency, CPU, RAM, queue counts).

Vigil v1.7.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 21 Dec 20:05
777839c
  • Upgraded reqwest from v0.8 to v0.9 to address hyper issue reported in #15.

Vigil v1.6.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 15 Dec 19:23
a7b1cf9
  • Bumped dependencies.
  • Migrated rocket from v0.3 to v0.4 (Vigil now compiles on latest Rust nightly).

Vigil v1.5.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 09 Dec 16:33
f56df8b
  • Add reminder_interval to re-notify at interval, if a downtime is still occurring after the configured interval period.

Vigil v1.4.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 31 Mar 12:42
18f564d
  • Retry sending a notification if attempt fails (2 retries maximum).
  • Added Twilio SMS notifier.
  • Added XMPP notifier (optional, compile with feature notifier-xmpp).

Vigil v1.3.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 08 Mar 12:19
aecbbfe
  • Auto-refresh status page if general status changes (poll changes)

Vigil v1.2.0

Choose a tag to compare

@valeriansaliou valeriansaliou released this 25 Jan 07:58
d6df442
  • Make notify and plugins settings groups optional.
  • Add http_body_healthy_match to pattern match HTTP response bodies (ie. check if response body is healthy).

Vigil v1.1.2

Choose a tag to compare

@valeriansaliou valeriansaliou released this 21 Jan 06:24
7b80077
  • Fix an issue with RabbitMQ queue check not recovering from sick state to healthy when it should have.
  • Forward the list of dead nodes in notifications for poll mode.

Vigil v1.1.1

Choose a tag to compare

@valeriansaliou valeriansaliou released this 20 Jan 21:11
5f27aba
  • Fix an issue where downtime notifications might not be delivered.