Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping

3 Open Issues Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a Python-based command-line interface (CLI) that presents a menu to the user, allowing them to select and run any of the existing diagnostic tools (dns_diag.py, http_status.py, ping_check.sh, sso_metadata.py) from a single entry point. This improves usability, particularly for less technical users.

Complexity: 3/5
enhancement help wanted good first issue

Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping

Python

AI Summary: Rewrite the existing Bash script `ping_check.sh` in Python to improve cross-platform compatibility. The new Python script should perform the same functionality: pinging multiple hosts and displaying latency information.

Complexity: 3/5
enhancement help wanted

Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping

Python

AI Summary: Enhance the `sso_metadata.py` script to fetch and parse real SAML metadata XML from public Identity Providers (like Okta or Azure AD), instead of using a mock IdP. This involves adding functionality to retrieve metadata from specified URLs, handle potential errors (e.g., network issues, invalid XML), and parse the XML to extract relevant information.

Complexity: 3/5
enhancement good first issue

Diagnostic tools for cloud and SaaS support engineers — DNS, HTTP, SSO, Ping

Python