From d95ecb09744b1edc3ec484ce2fc942127105151f Mon Sep 17 00:00:00 2001 From: Nico <32375741+nulmete@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:29:42 -0300 Subject: [PATCH] Custom host vitals guide: add 'coming soon' notes (host name templates, Android) (#49497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Related issue:** Relates to #44954 Follow-up to the custom host vitals guide (#49355). Adds two "coming soon" notes at the top of the guide's "Known limitations and issues" section — support for custom host vitals in host name templates, and in Android configuration profiles. --- articles/custom-host-vitals.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/articles/custom-host-vitals.md b/articles/custom-host-vitals.md index 148126746c..a1a2b7ea76 100644 --- a/articles/custom-host-vitals.md +++ b/articles/custom-host-vitals.md @@ -84,10 +84,13 @@ When a host's value changes, Fleet automatically resends the Apple (macOS, iOS, ## Known limitations and issues +> Support for custom host vitals in host name templates is [coming soon](https://github.com/fleetdm/fleet/issues/49489). + +> Support for custom host vitals in Android configuration profiles is [coming soon](https://github.com/fleetdm/fleet/issues/49421). + - Custom host vital values are **not** masked in the Fleet UI, API, or script results. Use [custom variables](https://fleetdm.com/guides/secrets-in-scripts-and-configuration-profiles) (`$FLEET_SECRET_*`) for secrets. - A custom host vital **can't be deleted while it's referenced** by a script or configuration profile. Edit or delete the referencing script/profile first, then delete the vital. - Referencing a `$FLEET_HOST_VITAL_` that doesn't exist (for example, a typo like `$FLEET_HOST_VITAL_asset_tag`) is rejected when the script or profile is added. -- Custom host vitals aren't supported in Android configuration profiles and are rejected on upload. - Custom host vitals can't be used in certificate authority (SCEP/ACME/DigiCert) payloads; those fields accept [built-in variables](https://fleetdm.com/guides/fleet-variables) only.