zpropheter / Jamf-Log-Grabber

Finds logs and plists related to Jamf management settings
48 stars 8 forks source link

Incorporate JRA network tests #32

Closed zpropheter closed 2 months ago

zpropheter commented 2 months ago

Is your feature request related to a problem? Please describe. JRA network tests can be touchy, would be nice to get that built in with JLG

Describe the solution you'd like

curl -v telnet://us.jra.services.jamfcloud.com:443
curl -v telnet://files.jra.services.jamfcloud.com:443
curl -v telnet://download.jra.services.jamfcloud.com:443
curl -v telnet://relay-1.us.jra.services.jamfcloud.com:443
curl -v telnet://socket.us.jra.services.jamfcloud.com:5555

Describe alternatives you've considered The following might work better

nc -zv us.jra.services.jamfcloud.com 443
nc -zv files.jra.services.jamfcloud.com 443
nc -zv download.jra.services.jamfcloud.com 443
nc -zv relay-1.us.jra.services.jamfcloud.com 443
nc -zv socket.us.jra.services.jamfcloud.com 5555

Additional context Add any other context or screenshots about the feature request here.

zpropheter commented 2 months ago

Similar to Jamf Environment Test, the results.html file now prints the network test for JRA as well as App Installers.