Skip to content

V2.0

Latest
Compare
Choose a tag to compare
@ajhollid ajhollid released this 05 Dec 03:07
· 1 commit to master since this release
5b9a159

Checkmate 2.0

With the introduction of Infrastructure Monitoring, you can now monitor key details like CPU usage, memory, temperate and disk performance, and set alerts to catch issues before they become problems. We've added Docker container monitoring to help you track your containers more easily. This version also comes with better stability and bug fixes as well.

Major features

  • Infrastructure monitors
    • Infrastructure monitors measure a variety of stats about the hardware of the target machine.
      • CPU usage
      • CPU temperature
      • Memory usage
      • Disk usage
    • You can set thresholds for each metric for when you want to be alerted.
      • Example: If the CPU usage threshold is 60%, you will be notified when usage exceeds 60%.
    • Requires Checkmate agent to be running on the target machine.

Minor features

  • Docker container monitoring
    • Monitor the status of Docker containers
    • Requires exposing the Docker daemon
      • Currently supports connection to docker daemon by unix socket

Minor fixes

  • There are some minor bug fixes for robustness, reliability, and clarity.

Full changelog: https://github.com/bluewave-labs/bluewave-uptime/commits/master

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0