Skip to content

Munkireport 2.0.4

Compare
Choose a tag to compare
@bochoven bochoven released this 02 Dec 15:49

2.0.4 (December 2, 2013)

FIXES

  • Added some support for 10.5 clients
  • Fixed some casing issues for Linux servers
  • Fixed GB column in machine report

FEATURES

  • Added client authentication
  • Added directory services report (thanks to @gmarnin and @nbalonso)
  • Added ability to disable modules
  • Improved listing views
  • Improved search in listing views
  • Added munki version widget (thanks to @nbalonso)
  • Added memory widget (thanks to @nbalonso)

MISC

  • Documentation updates
  • Small UI changes
  • Database migration support

UPGRADING

There are some changes in the database setup, if you are upgrading 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 want your clients to get the new directory services report, you have to push a new client version.