Hi Team,
I am looking to implement a monitoring solution for our three ThingWorx (TWX) instances.
Our primary requirement is to perform regular health checks to verify that each server is running correctly and the application is reachable. The key objective is to have an automated notification system in place that will alert us immediately if an instance becomes unresponsive or encounters a critical error.
Could you please advise on the recommended methods or tools to achieve this?
Thank you for your guidance.
I’m also very interested in this topic and following the post.
We are facing similar challenges — sometimes our server goes down, and we would like to have an automated notification system to alert us immediately when it happens.
Have you checked out what's available in the community?
Thanks for the suggestion. The Prometheus approach is more complex than what we need.
We are looking for a simpler solution. Is there a health-check API endpoint we can call from a script? We just need a simple way to programmatically check if the server is up at regular intervals.
Are there any other options besides installing a full monitoring application?