Casper Check on Jamfcloud

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-06-2018 04:39 PM
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=""
- Labels:
-
Jamf Pro

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-06-2018 04:44 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-07-2018 05:48 AM
Thanks rderewianko, I will give that a try.
~Scott
