-
Notifications
You must be signed in to change notification settings - Fork 137
Home
Arjen van Bochoven edited this page Nov 11, 2015
·
48 revisions
This is version 2 of munkireport-php, a reporting system for munki.
The project is a work-in-progress, please check for updates regularly.
- 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)
Apart from munki clients doing reporting, Munkireport relies on:
- A webserver (runs fine with Apache, IIS and nginx)
- php version 5 with pdo-sqlite3 or pdo-mysql and libxml
- Modern web browser
MunkiReport 2.X supports Mac OS X 10.6 – 10.11.x
If you're coming from an older version of Munkireport, here's some instructions on how to do a safe upgrade: How-to-upgrade
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.
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL