munkireport/munki_facts

Module for munkireport.

Maintainers

👁 Munkireport

Package info

github.com/munkireport/munki_facts

pkg:composer/munkireport/munki_facts

Statistics

Installs: 11 267

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v3.0 2023-02-21 20:31 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0ade834ef0548f3e7c1d6ce4c4b7dc137052765b

This package is auto-updated.

Last update: 2026-05-19 10:55:20 UTC


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.