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_installs
Software packages and other items Munki is managing.
Column | Type | Description |
---|---|---|
end_time | text | The end time of the last Munki run. |
installed | text | Shows if Munki installed an item (true) or if it is simply available but not installed (false). |
installed_version | text | The version number of installed items. |
name | text | The name of items managed by Munki. |
See the version of software that has been deployed by Munki.
SELECT name, installed_version FROM munki_installs WHERE installed='true';
This table is from the Mac Admins osquery extension.