mosen / applications

Applications module for MunkiReport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applications Module

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

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

About

Applications module for MunkiReport


Languages

Language:PHP 82.0%Language:Python 14.5%Language:Shell 3.6%