Q: Socks5 proxy monitoring
Hello!
Do you support monitoring proxies (socks5) to ensure they are healthy? Both connecting to the proxy and ensuring that it has internet access?
Also, what kind of steps can be put inside a playbook?
Thanks!
o.emre
Oct 31, 2024A: At this time, we do not have this feature available. However, we have informed our development team of your interest, and they will prioritize it for our upcoming roadmap. Your feedback is valuable to us, and we are committed to enhancing our services.
In our playbook, you can include various steps to enhance your operational capabilities. Here are some examples of the steps you can integrate:
HTTP GET: Send a GET request to retrieve data from a specified URL. You can check the response, status code, and response time to ensure the request was successful.
HTTP POST: Send a POST request to submit data to a server. Similar to GET, you can validate the response, status code, and response time.
NSLookup: Use this step to check DNS records by querying the provided domain name and verifying the corresponding NS records.
SSH Connection: Establish an SSH connection to a remote server. You can execute one or more commands and verify the returned response to ensure the commands executed successfully.
Ping: Use the ping command to check the availability of a host and measure the round-trip time for messages sent from your location to the destination.
TCP Checker: Verify the accessibility of a specific TCP port on a server, allowing you to monitor the availability and response times of services.
You can select one or more of these steps to create a chain, linking a minimum of 1 and a maximum of 10 steps in sequence from start to finish. This flexibility allows you to design a customized workflow that meets your specific needs.