munkireport/munkireportinfo

Module for munkireport.

v3.3 2025-07-22 18:00 UTC

This package is auto-updated.

Last update: 2025-07-22 18:01:57 UTC


README

Reports on the status of MunkiReport on the client

Table Schema

  • version - int - Version of MunkiReport installed, server version
  • baseurl - varchar(255) - URL of the MunkiReport instance
  • passphrase - varchar(255) - Passphrase used by client
  • reportitems - varchar(1024) - List of installed modules
  • start_time - big int - Timestamp of when previous MunkiReport run started
  • end_time - big int - Timestamp of when previous MunkiReport run ended
  • log - text - Log of previous MunkiReport run
  • log_warning - text - Warnings from previous MunkiReport run
  • log_error - text - Errors from previous MunkiReport run
  • error_count- int - Count of errors from previous MunkiReport run
  • warning_count- int - Count of warnings from previous MunkiReport run
  • upload_size - varchar(255) - Size of cache files uploaded from previous MunkiReport run
  • log_size - big int - Size of MunkiReport log file in bytes
  • warning_log_size - big int - Size of MunkiReport warning log in bytes
  • error_log_size - big int - Size of MunkiReport error log in bytes
  • packageversion - varchar(255) - Version of MunkiReport PKG installed on client
  • installdate - big int - When MunkiReport was installed on client
  • packagefilename - varchar(255) - Name of PKG used to install MunkiReport on client
  • python_version - varchar(255) - Version of Python 3 used by MunkiReport
  • python_path - varchar(255) - Path to Python 3 binary