Skip to content

v4.2: Preference to not send payload data

Compare
Choose a tag to compare
@tuxudo tuxudo released this 18 Dec 19:41
· 2 commits to mr5-python3 since this release

By default the profile module uploads the profile's payload data as a JSON file to the MunkiReport server. In some cases this can result is very large file uploads or a very large profile database table.

To prevent the module from uploading the profile's payload, set the profile_upload_payload of the MunkiReport domain to FALSE using either a profile or the below command.

defaults write /Library/Preferences/MunkiReport.plist profile_upload_payload -bool False

Contains new client script