tuxudo / kernel_panics
kernel_panics module for munkireport.
Installs: 1 073
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 1
This package is auto-updated.
Last update: 2024-10-26 19:10:57 UTC
README
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