Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
v1.26.0-armv7.tar.gz.asc | 2023-08-11 | 269 Bytes | |
v1.26.0-x86_64.tar.gz.asc | 2023-08-11 | 269 Bytes | |
v1.26.0-armv7.tar.gz | 2023-08-11 | 3.6 MB | |
v1.26.0-x86_64.tar.gz | 2023-08-11 | 4.1 MB | |
README.md | 2023-08-11 | 525 Bytes | |
Vigil v1.26.0 source code.tar.gz | 2023-08-11 | 349.7 kB | |
Vigil v1.26.0 source code.zip | 2023-08-11 | 391.8 kB | |
Totals: 7 Items | 8.4 MB | 0 |
- Added the ability to source environment variables from the configuration file, which get expanded at runtime (@aegenet — submitted in PR [#136]).
- Improved observability of the email notifier (@t3hmrman — submitted in PR [#132]).
- Bump
actix-web
from3.x
to4.x
(@aegenet — submitted in PR [#136]). - Do not reset the reminder ignore timer anymore when status gets off from
dead
tohealthy
orsick
, as services might quickly switch between down and up while we still want reminder alerts to be muted.