Releases: valeriansaliou/vigil
Releases · valeriansaliou/vigil
Vigil v1.10.1
- 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
- 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
- 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
- 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
tosick
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
- Upgraded
reqwest
fromv0.8
tov0.9
to addresshyper
issue reported in #15.
Vigil v1.6.0
- Bumped dependencies.
- Migrated
rocket
fromv0.3
tov0.4
(Vigil now compiles on latest Rustnightly
).
Vigil v1.5.0
- Add
reminder_interval
to re-notify at interval, if a downtime is still occurring after the configured interval period.
Vigil v1.4.0
- 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
- Auto-refresh status page if general status changes (poll changes)
Vigil v1.2.0
- Make
notify
andplugins
settings groups optional. - Add
http_body_healthy_match
to pattern match HTTP response bodies (ie. check if response body ishealthy
).