github munkireport/munkireport-php v2.5.3
Munkireport 2.5.3

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

2.5.3 (July 31, 2015)

This release contains a lot of changes compared to the 2.4 release. Most notable is support for Business Units and Machine Groups. There now is also basic support for Role Based Access, with three roles defined: admin, manager and user.

FIXES

  • Filesize formatter now uses base 1000 instead of 1024
  • Fix uninstall scripts
  • Session vars are updated when adding/removing machine groups
  • Better support for Corestorage volume reporting
  • Reordered buttons in some widgets thanks to @poundbangbash
  • Servermetrics model

NEW FEATURES

  • Support for Business Units - Read more
  • Support for Machine Groups - Read more
  • Role Based Access Read more
  • Filter on Machine Group
  • Server metrics module (reports server metrics for OSX Server)
  • Services module (reports on running services on OSX Server)
  • Timemachine module (reports on Time Machine backups)
  • Certificate module (reports on certificate expiration dates)
  • Comment module (for custom views: add admin comments)
  • Improved Disk reporting (now reports on all connected HFS Disks, reports on RAID and FUSION drives)
  • Live updates on certain widgets
  • German localisation thanks to @fridomac
  • Reporting on OS Buildversion
  • Disk size thresholds

SPECIAL THANKS

Special thanks to powersolutions who sponsored a lot of the changes in the current release.

UPGRADING

All standard users now are admins, if you want to limit access to people, please read Add role to a user

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.

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

  • If you come from a previous release and you want to add new report items, you have to push your clients a new pkg installer.

Don't miss a new munkireport-php release

NewReleases is sending notifications on new releases.