Setup Manager v1.3beta #120
scriptingosx
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.3beta
(2025-05-27)
New Features
/private/var/db/.JamfSetupStarted
, which is created when Setup Manager startsfinishedScript
andfinishedTrigger
allow to run custom behavior when Setup Manager has finishednone
forfinalAction
(FR: Add a Wait final (non) action #115)Fixes and Improvements
-skipAppUpdates
option to list of options for Jamf Pro policy actionsDeprecations and Removals
showBothButtons
option removed and non-functional, there will always be just one final action button displayedNotes
Logging
The format of the Setup Manager log file (in
/Library/Logs/Setup Manager.log
) has changed. The new format should be easier to parse with other tools. There are four columns:Setup Manager 1.3 also logs to the macOS unified system log. The subsystem is
com.jamf.setupmanager
. You can use thelog
command line tool to read the log.For example:
To clean up the log a little, Setup Manager 1.3 will only write the output of actions to the Setup Manager log file when an error occurred. You can control this behavior with a new top-level preference key
actionOutputLogging
.Network change logging
Setup Manager 1.3 adds logging for changes to network interfaces. it is possible that there will multiple entries in the log with regards to the same network change. Most changes logged will be neutral and should not affect your deployment negatively.
However, it is possible that changes to the network configuration of a device can influence the deployment workflow. For example, when a configuration profile with the access information for a secure corporate Wifi is installed on the device, then the download access to required resources might change. Another example are security that might lead to restricted access for downloads (Installomator uses
curl
to download data, which might trigger security tools.)Knowing that network changes or outages occurred during enrollment can be useful for troubleshooting.
Network Status icon/menu
Network status is also shown with a new icon in the top-right corner of the Setup Manager window.
Note that Network Relay will only protect traffic to certain configured servers and services, not all traffic.
By default, the network icon will not be shown. You can activate it manually with the command-N keystroke.
When you click on the Network status icon, a popup will show:
Note that the connectivity is very basic and might not catch all functionality that is required for a service to work. It should provide an indication whether a service is available, but deeper trouble-shooting and monitoring might be required for reliable diagnostics.
This discussion was created from the release Setup Manager v1.3beta.
Beta Was this translation helpful? Give feedback.
All reactions