tuxudo / kernel_panics

kernel_panics module for MunkiReport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel Panics Module

Collects kernel panic, iBridge crashed, and GPU resets from client devices.

Table Schema

  • anonymous_uuid - VARCHAR(255) - UUID generated by macOS or the script
  • type - VARCHAR(255) - Type of panic (iBridge, Kernel, GPU)
  • full_text - TEXT - String containing complete panic log
  • crash_file - VARCHAR(255) - Name of panic log file
  • date - BIGINT - Timestamp of when panic happened
  • caller - TEXT - What process or thread called the panic
  • process_name - VARCHAR(255) - Name of the process that triggered the panic
  • macos_version - VARCHAR(255) - macOS/iBridge version or build
  • kernel_version - VARCHAR(255) - Kernel version
  • model_id - VARCHAR(255) - Model of Mac or GPU
  • extensions_backtrace - TEXT - Extensions in the backtrace
  • non_apple_loaded_kexts - TEXT - Loaded 3rd party extensions

About

kernel_panics module for MunkiReport

License:MIT License


Languages

Language:PHP 95.9%Language:Shell 4.1%