Releases: dotnetmentor/emon
Releases · dotnetmentor/emon
v0.8.4
Changelog
4ef92fd Go modules.
ba0e22e Increased default timeout for http client to 10s.
c5c8735 Updated goreleaser file.
v0.8.3
Changelog
199b4e7 - Logging to stdout.
v0.8.2
Changelog
199b4e7 - Logging to stdout.
v0.8.1
Changelog
1ed3504 - Added support for passing credentials to the cluster nodes. - Cleaning logs from passwords in urls.
v0.8.0
Changelog
28c8858 - Always trying to fetch stats and storing the response in node result.
d0f566a - Fixed issue causing panic when node is unresponsive.
0c80540 - Improved output for master consensus check.
35154d6 - Improved output for time consensus check.
v0.7.1
Changelog
4b91dcd - Fixing issue with concurrent map writes related to perf monitor.
v0.7.0
Changelog
014432b - Added cluster consensus check (same master).
67a1829 - Added timestamp check for making sure nodes are not far behind or ahead of the master node.
1b97514 - Fixed issue with cluster consensus check.
6246e3b - Logging total time for performing checks.
48bffb8 - Moved ES http response types to new file.
ab24425 - Moved api response types to new file.
dbe4906 - Moved performance monitor to new file.
5582626 - Removed data from gossip check collect_gossip.
57b126d - Running node checks in parallel.
437c5e2 - Simplified run command (using build).
1860551 - Simplified tracking checks with trackCheck.
v0.6.0
Changelog
444af4a - Added network alias for easier testing.
b73c098 - Performing healthchecks against each node in ClusterHTTPEndpoint. - Grouping results by node.
v0.5.0
Changelog
8b87448 - Using new exit code for healthchecker for failed checks (2).
9898ebd - Warnings will now be returned with a 200 OK status code. - Replaced ok property in json response with status property (healthy/warn/alert).
v0.4.1
Changelog
e16669d - Added docker badges.
8688e6b - Fixed issue with emon crashing when cluster is down/gone.
92b472f - Fixed missing content-type header.