We are a MSP that manages 25+ Jamf servers. I have set up Casper Check on most of them, which are hosted either in our data center or on-site at the client location. I need to set up Casper Check for a client's Jamf Cloud instance. In the caspercheck.sh you need to specify the jss_server_address and jss_server_port. Since Jamfcloud hosted instances do not use the usual https://yourjamf.domain.com:8443 url, what port number would I use in the caspercheck.sh file? Or can I just leave it blank and put the full cloud address in jss_server_address? Like so....
For the jss_server_address variable, put the complete
fully qualified domain name address of your Casper server
jss_server_address="jss.jamfcloud.com/companyname"
For the jss_server_address variable, put the port number
of your Casper server. This is usually 8443; change as
appropriate.
jss_server_port=""
