joncrain / manifests
Munki Manifest module for munkireport.
Installs: 1 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 3
Open Issues: 2
README
This module gives extended info on the Munki manifests for a given machine. The data comes from the /Library/Managed Installs/manifests
directory.
Included are widgets for all included manifests: and for catalog counts:
Table Schema
- manifest_name - VARCHAR(255) - Name of manifest
- catalogs - TEXT - List of catalogs
- included_manifests - TEXT - Manifests that are included
- managed_installs - TEXT - Installs that are managed
- managed_uninstalls - TEXT - Uninstalls that are managed
- optional_installs - TEXT - List of optional installs
- managed_updates - TEXT - List of managed updates
- featured_items - TEXT - Featured items
- condition_check - TEXT - Conditions
- conditional_items - TEXT - JSON of conditional items
- display_name - VARCHAR(255) - Display name of manifest