munkireport / munki_facts
Module for munkireport.
Installs: 10 336
Dependents: 0
Suggesters: 0
Security: 1
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 1
pkg:composer/munkireport/munki_facts
README
Provides the results of munki conditions, allowing admins to easily generate their own reportable datapoints without creating custom MunkiReport modules. Condition scripts are even easier to create using munki-facts.
Admin-Provided Condition scripts are found in /usr/local/munki/conditions
.
The results of these scripts are stored in the 'Conditions' dictionary in /Library/Managed Installs/ManagedInstallReport.plist
.
Both keys and values are truncated to 65,535 characters.
The following information is stored in the munki_facts table:
- serial_number
- condition_key
- condition_value
This module is mostly based on work by clburlison, erikng, bochoven and more.