Server Status Checker Extension DocumentationOverviewThe Server Status Checker Extension provides a reusable action, PingServer, that enables you to check the status of a server by performing a ping operation. By passing either the server name (domain) or IP address, this action returns the server’s status and response time, allowing you to monitor connectivity and troubleshoot network issues.Features1. Ping a Server: Test the reachability of a server using its IP address or hostname.2. Quick Feedback: Get immediate results about server availability and latency. Action: PingServerInput Parameters
Output Parameters
How to Use:
Example Use Case• Scenario: Check the status of a web server before deploying an update.• Input: ServerAddress = "192.168.1.10"• Output: Status = "Success"Notes and Best Practices • Ensure the server is configured to allow ICMP traffic (ping). • Handle errors gracefully in case of unreachable servers or network restrictions. • This extension is designed for monitoring and troubleshooting purposes.
Server Status Checker Extension DocumentationOverview The Server Status Checker Extension provides a reusable action, PingServer, that enables you to check the status of a server by performing a ping operation. By passing either the server name (domain) or IP address, this action returns the server’s status and response time, allowing you to monitor connectivity and troubleshoot network issues.Features 1. Ping a Server: Test the reachability of a server using its IP address or hostname. 2. Quick Feedback: Get immediate results about server availability and latency. Action: PingServerInput Parameters
Example Use Case • Scenario: Check the status of a web server before deploying an update. • Input: ServerAddress = "192.168.1.10" • Output: Status = "Success"Notes and Best Practices • Ensure the server is configured to allow ICMP traffic (ping). • Handle errors gracefully in case of unreachable servers or network restrictions. • This extension is designed for monitoring and troubleshooting purposes.