定制 munkireport/appusage 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

munkireport/appusage

最新稳定版本:v2.5

Composer 安装命令:

composer require munkireport/appusage

包简介

Module for munkireport.

README 文档

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*

统计信息

  • 总下载量: 10.6k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-04