mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
5fbc368e46
Co-authored-by: Rachael Shaw <r@rachael.wtf>
28 lines
530 B
YAML
28 lines
530 B
YAML
name: os_version
|
|
platforms:
|
|
- darwin
|
|
- linux
|
|
- windows
|
|
- chrome
|
|
examples: >-
|
|
See the OS version as well as the CPU architecture in use (X86 vs ARM for
|
|
example)
|
|
|
|
```
|
|
|
|
SELECT arch, version FROM os_version;
|
|
|
|
```
|
|
columns:
|
|
- name: install_date
|
|
platforms:
|
|
- windows
|
|
- name: pid_with_namespace
|
|
platforms:
|
|
- linux
|
|
- name: mount_namespace_id
|
|
platforms:
|
|
- linux
|
|
notes: |
|
|
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|