All Versions
21
Latest Version
Avg Release Cycle
36 days
Latest Release
1227 days ago

Changelog History
Page 2

  • v1.13.0 Changes

    January 03, 2020
    • ⚡️ Bump dependencies to latest versions, if possible (time could not be updated, as rocket depends on the time::Tm type that's no more in time v0.2).
    • 🏗 The Docker build for Vigil is now statically-linked via MUSL, which makes the resulting Docker image much smaller, down from ~40MB to ~4MB (see #45 — many thanks to @cristicbz).
  • v1.12.1 Changes

    October 22, 2019
    • Add plugins.rabbitmq.queue_nack_dead_above to be alerted when a RabbitMQ queue might be stalled due to rejected payloads (eg. a sub-system at the consumer level may be failing and is NACK-ing payloads back to the queue).
  • v1.12.0 Changes

    October 21, 2019
    • Add plugins.rabbitmq.queue_ready_dead_above to be alerted when a RabbitMQ queue might be stalled (ie. messages are not being passed to consumers).
  • v1.11.1 Changes

    August 06, 2019
    • ➕ Add notify.slack.mention_channel to control whether notification messages are sent with the Slack @channel mention keyword or not (using @channel sends a high-priority notification to channel members, which stands out from regular channel messages).
    • Colors have been added to healthy, sick and dead status labels in Pushover notifications.
  • v1.11.0 Changes

    August 06, 2019
    • ➕ Added a Pushover notifier (Pushover is a generic push notification service that's handy to receive alerts in a centralized application on the phone or desktop).
  • v1.10.1 Changes

    August 05, 2019
    • 🛠 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).
  • v1.10.0 Changes

    July 02, 2019
    • ➕ 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).
  • v1.9.0 Changes

    February 26, 2019
    • 💥 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.
  • v1.8.0 Changes

    February 01, 2019
    • 🛰 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).
  • v1.7.0 Changes

    December 21, 2018
    • ⬆️ Upgraded reqwest from v0.8 to v0.9 to address hyper issue reported in #15.