Skip to content
Arjen van Bochoven edited this page Nov 11, 2015 · 48 revisions

Overview

This is version 2 of munkireport-php, a reporting system for munki.

The project is a work-in-progress, please check for updates regularly.

Features

  • Quick overview of your Mac fleet with a dashboard
  • Get reports on many features (hardware types, disk usage, etc)
  • Lightweight: only sends reports when facts have changed
  • Modular: add your own reporting items without hacking the core
  • Datatables serverside processing: short loading times for tables, no large memory allocations on the client
  • Looks great on high resolution displays
  • Responsive webdesign (adapts to screen size)

Setup

Requirements

Apart from munki clients doing reporting, Munkireport relies on:

Serverside

  • A webserver (runs fine with Apache, IIS and nginx)
  • php version 5 with pdo-sqlite3 or pdo-mysql and libxml

Clientside (admin)

  • Modern web browser

Clientside (end-user)

MunkiReport 2.X supports Mac OS X 10.6 – 10.11.x

Upgrading

If you're coming from an older version of Munkireport, here's some instructions on how to do a safe upgrade: How-to-upgrade

Customization

Extend Munkireport

One of the goals of this version of munkireport is to make it easier to extend the base install with your own data/widgets. Although there is still a lot of work to be done to make munkireport truly customizable, some things are in place to modify things.

Screenshots

Dashboard view

Dashboard view

Reports view

Reports view

Munki list view

Reports view

Warranty list view

Reports view

Clone this wiki locally