Releases: munkireport/profile
v4.5: Change id column to big increments
v4.4: Add profile id to listing
Now gathers profile ID to show in the profile listing and client tab.
Contains new client script and database migration
v4.3: Add profile id to listing
Now gathers profile ID to show in the profile listing and client tab.
Contains new client script and database migration
v4.2: Preference to not send payload data
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
v4.1: Fixes MCX emulated profiles not showing
Fixes an issue with MCX emulated profiles are not showing. Bug found by @miawri, special thanks to them for helping debug issue.
Contains new client script.
v4.0: Python 3 Release
Fixes issue with filters not applying in widgets. Adds support for Python 3, requires MunkiReport v5.8 and Mac Admins Python 3.10 installed.
Contains new Python 3 script
v4.0b3: Third beta of Python 3 for MunkiReport v5
Third beta of Python 3 for MunkiReport v5
v4.0b2: Second beta of Python 3 for MunkiReport v5
Second beta of Python 3 for MunkiReport v5
v4.0b1: First beta of Python 3 for MunkiReport v5
First beta of Python 3 for MunkiReport v5
v3.2: Rewrite of module
Module rewritten to contain less bugs, use YAML, updated script, more listing data, and widgets.
Contains new database migration and client script.