github munkireport/munkireport-php v2.15.2
Munkireport 2.15.2

latest releases: v5.8.0, v5.7.1, v6.0.0-release-test01...
6 years ago

2.15.2 (Sept 28, 2017)

FIXES since 2.15.1

  • Fixed Apple icon url

FIXES since 2.15.0

  • Removed default method from Schema.php which caused errors in PHP < 7.0.0

FIXES

NEW FEATURES

  • Add Munki 3 ManagedInstalls Keys
  • Kernel Extensions Module (KEXT) - @tuxudo
  • More default filters for inventory module - @poundbangbash
  • APFS support in disk_report module
  • Invisible CAPTCHA (you need to generate new keys if you were using the previous version)
  • Schema class to help with migrations

REQUIREMENTS

This version requires php version 5.6 minimum

UPGRADING

By default, only three modules are enabled. To enable more modules, please read https://github.com/munkireport/munkireport-php/blob/master/docs/setup.md#select-which-modules-to-install-on-the-client

If you upgrade from a previous version, you should:

  • Make a backup of your database
  • Add the following line to config.php:
$conf['allow_migrations'] = TRUE;

This will automatically migrate your database to the correct version if you're logged in as an admin user (see note at the top of this page)

For more info about upgrading, visit https://github.com/munkireport/munkireport-php/wiki/How-to-upgrade

  • When new modules are released or if you add a module to the module list in config.php, a new client pkg installer will need to be created and installed on clients to report on the new data.
  • Due to preference caching issues with cfprefsd it is advised that you either restart the client or issue a "killall cfprefsd" after the new modules are installed on the client. Clients may not report back for the new modules until that is done.

Don't miss a new munkireport-php release

NewReleases is sending notifications on new releases.