Releases: benc-uk/nanomon
Releases · benc-uk/nanomon
v0.0.3
Features and bug fixes
Adds
- HTTP monitor now has RegEx support for scanning the response body and allowing you to put rules on the matched values (docs to come)
- Disabled monitors now clearly shown in web frontend
- Much better Helm chart
- OpenAPI spec for the API, created with TypeSpec
make generate
Fixes
- Would panic when enabling/disabling monitors
Full Changelog: 0.0.2...0.0.3
v0.0.2
Second release!
Adds
- HTTP monitor now returns certificate expiry age in days, allowing for certs expiring soon to fail monitors & trigger alerts. Example rule
certExpiryDays < 30
- Specify the
authClientId
Helm in chart - Monitor definitions in frontend now split into seperate file
Fixes
- Bug in version logging
- Some internal version numbering stuff
Release v0.0.1
First release
Adds
- Everything!
Fixes
- Nothing
docker pull ghcr.io/benc-uk/nanomon-api:0.0.1
docker pull ghcr.io/benc-uk/nanomon-frontend:0.0.1
docker pull ghcr.io/benc-uk/nanomon-runner:0.0.1