Skip to content

MirvMon v0.6.8

Choose a tag to compare

@github-actions github-actions released this 05 Sep 11:37
· 1 commit to master since this release

MirvMon v0.6.8

External-connectivity probe robustness.

  • Connectivity targets are now opened concurrently as a cURL-multi TCP batch instead of one after another.
  • The complete round has one shared deadline equal to the configured target timeout. With the maximum 10 targets and 10-second timeout, a total network outage therefore no longer stretches the round toward 100 seconds.
  • MirvMon still records the full successful/failed target lists before applying the configured quorum, so System diagnostics keep useful per-target evidence instead of hiding probes that were skipped by an early return.
  • Ambient HTTP proxy settings are explicitly disabled for connectivity probes; the check represents MirvMon's own direct network reachability.
  • No database migration or agent protocol change is introduced in this release.

For Docker/Portainer use ghcr.io/mirivlad/mirvmon:0.6.8 and perform the normal re-pull/redeploy.