You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you have your own monitoring solution running at your company. Maybe not. However, you can always try Whoops Monitor to achieve some clarity on your systems. It is an excellent tool for helpdesk operators or even for the managers when configured adequately by your IT department.
What Whoops Monitor does is dead simple. It runs any Docker image at regular cron interval and saves the result. That's it!
So you can even write your own Docker container with the check for your internal process (like the latest order on the shop) and then run the check every minute to get the result.
It shows on the main dashboard, where you can see the results of all of your checks.
The easiest way is to run this project with the docker-compose.yml file. We prepared a simple generator due to security reasons (passwords, etc.). Run it with these two commands:
docker run --rm -it -v $(pwd):/output -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/whoopsmonitor/whoopsmonitor/installer:1.1 create
It will ask for some simple questions and generate a docker-compose.yml file right in the current directory. You also get a file for local development (feel free to ignore that file).