Casper Check on Jamfcloud

scottlep
Contributor

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=""

2 REPLIES 2

rderewianko
Valued Contributor II

Since jss_server_port is doing netcat to check the port putting 443 (ssl's port) will satisfy the requirement of the requested port.
For server i'd just use jss.jamfcloud.com

scottlep
Contributor

Thanks rderewianko, I will give that a try.

~Scott