Check Server Status.
This is a tool to check if the server is running.
# Introduce
it sets up a request to see if the server is running well, and it notifies you with a notification when it is different from the expected value by making a request in the background.
# Process
1. Set url, interval, condition method, text corresponding to condition, etc.
2. Press the play button.
3. Send a request to the server every interval and get a response.
4. When an expected or unexpected value is found in the response, a notification is sent.
# Includes convenient features
- copy
- export, import
- notification log
thank you.