Skip to content

Releases: valeriansaliou/vigil

Vigil v1.10.1

05 Aug 08:37
105f9f4
Compare
Choose a tag to compare
  • Fixed a bug in the Webhook notifier added in v1.10.0, where it would try to dispatch a Webhook notification even if no Webhook endpoint was configured (resulting in a logged failure).

Vigil v1.10.0

02 Jul 07:27
06108a2
Compare
Choose a tag to compare
  • Added a Webhook notifier (can be used to forward status change notifications to other systems eg. Microsoft Teams).
  • The date shown in the status page footer is now dynamic (showing the current year date; frozen when the Vigil process is started).

Vigil v1.9.0

26 Feb 16:30
8e5bebb
Compare
Choose a tag to compare
  • 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

01 Feb 16:11
4db6e8c
Compare
Choose a tag to compare
  • 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

21 Dec 20:05
777839c
Compare
Choose a tag to compare
  • Upgraded reqwest from v0.8 to v0.9 to address hyper issue reported in #15.

Vigil v1.6.0

15 Dec 19:23
a7b1cf9
Compare
Choose a tag to compare
  • Bumped dependencies.
  • Migrated rocket from v0.3 to v0.4 (Vigil now compiles on latest Rust nightly).

Vigil v1.5.0

09 Dec 16:33
f56df8b
Compare
Choose a tag to compare
  • Add reminder_interval to re-notify at interval, if a downtime is still occurring after the configured interval period.

Vigil v1.4.0

31 Mar 12:42
18f564d
Compare
Choose a tag to compare
  • 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

08 Mar 12:19
aecbbfe
Compare
Choose a tag to compare
  • Auto-refresh status page if general status changes (poll changes)

Vigil v1.2.0

25 Jan 07:58
d6df442
Compare
Choose a tag to compare
  • 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).