mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Use self-managed language, update usage status for release, product handbook tweak (#6563)
- Add new properties to "Usage statistics" docs - Update "self-hosted" to "self-managed" on fleetdm.com/pricing. - Fix spacing in Product handbook
This commit is contained in:
parent
a50e7140da
commit
6689b049b3
3 changed files with 70 additions and 7 deletions
|
|
@ -23,7 +23,68 @@ Fleet Device Management Inc. periodically collects anonymous information about y
|
|||
"softwareInventoryEnabled": true,
|
||||
"vulnDetectionEnabled": true,
|
||||
"systemUsersEnabled": true,
|
||||
"hostStatusWebhookEnabled": true
|
||||
"hostStatusWebhookEnabled": true,
|
||||
"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",
|
||||
]
|
||||
},
|
||||
...
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -501,11 +501,13 @@ Google drive.
|
|||
|
||||
Each week Reed Haynes follows the [directions in this document](https://docs.google.com/document/d/1MkM57cLNzkN51Hqq5CyBG4HaauAaf446ZhwWJlVho0M/edit?usp=sharing) (internal doc) and a backup copy of the Product office hours document is created and dropped in the [Product office hours backup folder](https://drive.google.com/drive/folders/1WTSSLxA-P3OlspkMKjlRXKjzZsDRoe-4?usp=sharing) in the shared drive.
|
||||
|
||||
## Usage analytics
|
||||
## Usage statistics
|
||||
|
||||
In order to understand the usage of the Fleet product, we [collect analytics](https://fleetdm.com/docs/using-fleet/usage-statistics) from installations where this functionality is enabled.
|
||||
In order to understand the usage of the Fleet product, we [collect statistics](https://fleetdm.com/docs/using-fleet/usage-statistics) from installations where this functionality is enabled.
|
||||
|
||||
Fleet team members can view these statistics in the Google spreadsheet[Fleet usage](https://docs.google.com/spreadsheets/d/1Mh7Vf4kJL8b5TWlHxcX7mYwaakZMg_ZGNLY3kl1VI-c/edit#gid=0) available in Drive.
|
||||
Fleet team members can view these statistics in the Google spreadsheet [Fleet
|
||||
usage](https://docs.google.com/spreadsheets/d/1Mh7Vf4kJL8b5TWlHxcX7mYwaakZMg_ZGNLY3kl1VI-c/edit#gid=0)
|
||||
available in Google Drive.
|
||||
|
||||
## Rituals
|
||||
|
||||
|
|
|
|||
6
website/views/pages/pricing.ejs
vendored
6
website/views/pages/pricing.ejs
vendored
|
|
@ -129,7 +129,7 @@
|
|||
style="width: 16px; height: 16px; left: 0; top: 4px"
|
||||
class="position-absolute"
|
||||
/>
|
||||
Self-hosted agent autoupdates
|
||||
Self-managed agent autoupdates
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1000,7 +1000,7 @@
|
|||
src="/images/ellipse-6x6@2x.png"
|
||||
style="width: 6px; height: 6px; margin-top: 09.6px"
|
||||
/>
|
||||
<p class="ml-2 my-0">Self-hosted</p>
|
||||
<p class="ml-2 my-0">Self-managed</p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<img
|
||||
|
|
@ -1106,7 +1106,7 @@
|
|||
src="/images/ellipse-6x6@2x.png"
|
||||
style="width: 6px; height: 6px; margin-top: 09.6px"
|
||||
/>
|
||||
<p class="ml-2 my-0">Self-hosted autoupdate registry†</p>
|
||||
<p class="ml-2 my-0">Self-managed autoupdate registry†</p>
|
||||
</div>
|
||||
<div class="col-2"></div>
|
||||
<div class="col-3">
|
||||
|
|
|
|||
Loading…
Reference in a new issue