mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update "Usage statistics" doc page (#6413)
- Remove unreleased updates to the usage statistics payload.
This commit is contained in:
parent
b9930930f5
commit
39d89c56bc
1 changed files with 1 additions and 55 deletions
|
|
@ -23,61 +23,7 @@ Fleet Device Management Inc. periodically collects anonymous information about y
|
|||
"softwareInventoryEnabled": true,
|
||||
"vulnDetectionEnabled": true,
|
||||
"systemUsersEnabled": true,
|
||||
"hostStatusWebhookEnabled": true,
|
||||
"numWeeklyActiveUsers": 999,
|
||||
"hostsEnrolledByOperatingSystem": {
|
||||
"macos": [
|
||||
{
|
||||
"version": "12.3.1",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
],
|
||||
"windows": [
|
||||
{
|
||||
"version": "10, version 21H2 (W)",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
],
|
||||
"ubuntuLinux": [
|
||||
{
|
||||
"version": "22.04 'Jammy Jellyfish' (LTS)",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
],
|
||||
"centosLinux": [
|
||||
{
|
||||
"version": "12.3.1",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
],
|
||||
"debianLinux": [
|
||||
{
|
||||
"version": "11 (Bullseye)",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
],
|
||||
"redhatLinux": [
|
||||
{
|
||||
"version": "9",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
],
|
||||
"amazonLinux": [
|
||||
{
|
||||
"version": "AMI",
|
||||
"numEnrolled": 999
|
||||
}
|
||||
]
|
||||
},
|
||||
"storedErrors": [
|
||||
{
|
||||
"count": 3,
|
||||
"loc": [
|
||||
"github.com/fleetdm/fleet/v4/server/example.example:12",
|
||||
"github.com/fleetdm/fleet/v4/server/example.example:130",
|
||||
]
|
||||
}
|
||||
]
|
||||
"hostStatusWebhookEnabled": true
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue