Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
munki_info
Information from the last Munki run.
Column | Type | Description |
---|---|---|
console_user | text | The username of the user currently logged into the console of the Mac. |
end_time | text | The date and time at which the latest Munki run ended. |
errors | text | If Munki encountered any error during the last run, they will be returned in this column. |
manifest_name | text | The internal manifest name |
problem_installs | text | A list of installs that did not succeed, if any. |
start_time | text | The date and time at which the latest Munki run started. |
success | text | Shows if the Munki run was a success (true), or not (false). |
version | text | The version of Munki used during the last run. |
warnings | text | If Munki encountered any error during the last run, they will be returned in this column. |
Output errors, warnings and problematic installations from Munki.
SELECT errors, warnings, problem_installs FROM munki_info ;
This table is from the Mac Admins osquery extension.