jamf/Jamf-Environment-Test

JET `1.6.1`: APNS apsctl Status `Unavailable`

Opened this issue · 4 comments

Happy Monday!

Testing JET 1.6.1 with macOS 14.2.0 (23C5030f) and Jamf Pro 11.0.1.

We're observing APNS apsctl Status Unavailable in reports, but executing "Jamf Pro > Computer Record > Management > Enable / Disable Bluetooth" is working nearly instantaneously as expected.

(Happy to open a ticket with Jamf Support if that's preferred.)

Thanks.

the grep changed between OS version, a fix is planned for the next release

Thanks for the update, @daniel-maclaughlin.

(Seems odd to close this issue as "completed" when it's still pending.)

@dan-snelson , @daniel-maclaughlin

I downloaded the script and changed line 1018 to

if [[ ${APSCTL_STATUS_CHECK} == *"courier.push.apple.com"* ]]; then

instead of

if [[ ${APSCTL_STATUS_CHECK} =~ "courier.push.apple.com" ]]; then

The wildcards work much better.

Noice, @MacTool.

JamfCheck is worth a look.