承接 munkireport/applications 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

munkireport/applications

最新稳定版本:v4.3

Composer 安装命令:

composer require munkireport/applications

包简介

Module for munkireport.

README 文档

README

Shows information about applications on the client.

Data can be viewed under the Applications tab on the client details page or using the Applications listing view

Configuration

The inventory module has two settings that can be managed by adding them to the server environment variables or the .env file.

APPS_BUNDLEPATH_IGNORELIST

List of bundle-paths to be ignored when processing inventory. The list is processed using regex, examples:

Skip all apps in /System/Library/:

APPS_BUNDLEPATH_IGNORELIST='/System/Library/.*'

Skip all apps that are contained in an app bundle (Please note that backslashes need to be escaped):

APPS_BUNDLEPATH_IGNORELIST='.*\\.app\\/.*\\.app'

Defaults:

APPS_BUNDLEPATH_IGNORELIST='/System/Library/.*, '/System/Applications/.*', .*/Library/AutoPkg.*, /.DocumentRevisions-V100/.*, /Library/Application Support/Adobe/Uninstall/.*, .*/Library/Application Support/Google/Chrome/Default/Web Applications/.*', '.*/Library/Application Support/Firefox/Profiles/.*.default/storage/default/.*'

Table Schema

  • name - varchar(255) - name of the application
  • path - TEXT - application's path
  • last_modified - BIGINT - date application was last modified (epoch)
  • obtained_from - varchar(255) - where application came from
  • runtime_environment - varchar(255) - runtime environment of application
  • version - varchar(255) - application's version
  • info - TEXT - info about the application
  • has64bit - int - 0/1 does application contain 64-bit code
  • signed_by - varchar(255) - code signing of application
  • bundle_version - varchar(255) - the application's bundle version from the CFBundleVersion key

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 5
  • 开发语言: PHP

其他信息

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