munkireport / appusage
Module for munkireport.
Installs: 9 079
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-05 19:22:42 UTC
README
Idea and collaboration by @gmarnin
===============
Reports app usage and when app was last opened and closed
The results are stored in the table:
- id - Unique id
- serial_number - Serial Number
- event - Data of if app launched or quit
- bundle_id - Bundle ID app app event
- app_version - App version of app event
- app_path - Path of App of app event
- last_time_epoch - UNIX time of app event
- last_time - Human readable last time of app event
- number_time - How many times the app was launched or quitted
#Dependencies Uses [crankd] (https://github.com/MacSysadmin/pymacadmin) and [ApplicationUsage.py] (https://github.com/google/macops/tree/master/crankd) for application usage gathering. You can download a prepackaged version of crankd and ApplicationUsage.py here: https://github.com/munkireport/supplemental-packages/tree/master/AppUsage
Starting with version 2.9.0 of Munki, this module will use Munki's app_usage_monitor database instead of the one generated by crankd. When running Munki 2.9.0 or later, it is no longer necessary to use crankd or ApplicationUsage.py. This module will first check for the Munki application_usage database, if it is not found it will fall back and use crankd's application_usage database.
Configuration
The App Usage module has one setting that can be managed by adding it to the server environment variables or the .env
file.
APPUSAGE_IGNORELIST=com.apple.SecurityAgent,com.apple.cloudphotosd,com.apple.dock.extra,com.apple.PowerChime*