mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
14 lines
302 B
YAML
14 lines
302 B
YAML
|
name: crashes
|
||
|
examples: >-
|
||
|
See software responsible for crashes. This can be useful to detect what the
|
||
|
most problematic software in your environment is.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT crash_path, identifier, responsible, exception_type FROM crashes;
|
||
|
|
||
|
```
|
||
|
columns:
|
||
|
- name: uid
|
||
|
requires_user_context: true
|