The OpenStatus CLI gives you the power to manage your monitoring setup directly from the command line. With this new tool, you can:
List all your monitors: View details on all your configured monitoring checks.
Triggers check on-demand: Run any of your configured checks immediately, without waiting for a scheduled execution.
Get Started 🚀
To start using the CLI, simply install it using brew:
brewtapopenstatusHQ/cli
brewtapopenstatusHQ/cli
brewinstallopenstatus
brewinstallopenstatus
Once installed, you can run openstatus to see all available commands.
GitHub Actions Integration Coming Soon 🔜
Our CLI is the first step to have a better CI integration. Stay tuned for updates!
We will release our GitHub Action soon.
We're excited to continue improving the OpenStatus platform to make monitoring your applications and infrastructure even easier. As always, please let us know if you have any feedback or suggestions!
TCP Monitoring
We're excited to announce that TCP monitoring is now available in OpenStatus! This new addition expands our monitoring capabilities, allowing you to keep track of all your TCP endpoints.
Get Started 🚀
To start monitoring your TCP endpoints, simply add a new monitor and select "TCP" as your monitor type.
Coming Soon 🔜
We're actively working on expanding our monitoring capabilities further with ICMP monitoring support. Stay tuned for updates!
Monitor values visibility
You can now hide your request values.
We have added a checkbox within your Status Page settings to hide/show the number of total and failed requests incl. the average percentage for each monitor connected to the page.
Binary payload
You can now include binary payloads in your HTTP synthetic check requests, which is handy for sending files or other binary data in the request body.
Additionally, you have the flexibility to set the Content-Type to your preference, such as application/octet-stream or application/edn.
Speed Checker
We've refreshed the Playground for a better experience. Now, access real-time data without leaving the page.
You can deploy our checker within your infrastructure, any cloud providers or coolify by pulling the image from the container registry.
The image is available at ghcr.io/openstatushq/checker:latest.
It opens up a lot of possibilities to run the checker in your own environment, on your own infrastructure, or on any cloud provider. We will be able to add private locations soon.
We have wrote a guide to help you deploy our checker on Koyeb.
Thanks to Depot for the fast build and the easy integration with GitHub Actions.